FormLayoutSchema
FormLayoutSchema
Form layout schema this request is made for
JSON Example
{
"layout": {
"pages": [
{
"id": "string",
"sections": [
{
"fields": [
{
"display": "string",
"id": "string",
"nestedFields": [
{
"display": "string",
"id": "string",
"signpostPosition": "string",
"size": 0,
"state": {
"readonlyState": {
"read-only": {}
},
"states": {
"states": {}
},
"visibilityState": {
"visible": {}
}
},
"styles": "string",
"submit": false
}
],
"signpostPosition": "string",
"size": 0,
"state": {
"readonlyState": {
"read-only": {}
},
"states": {
"states": {}
},
"visibilityState": {
"visible": {}
}
},
"styles": "string",
"submit": false
}
],
"id": "string",
"state": {
"readonlyState": {
"read-only": {}
},
"states": {
"states": {}
},
"visibilityState": {
"visible": {}
}
}
}
],
"state": {
"readonlyState": {
"read-only": {}
},
"states": {
"states": {}
},
"visibilityState": {
"visible": {}
}
},
"title": "string"
}
]
},
"messages": [
{
"fieldId": "string",
"message": "string",
"severity": "string",
"validationType": "string"
}
],
"options": {
"externalValidations": [
{
"label": "string",
"source": {
"externalSourceProviderType": "string",
"id": "string",
"isPageable": false,
"parameters": [
{
"$type": {
"dataType": "string",
"fields": [
"ComplexTypeField Object"
],
"isMultiple": false,
"referenceType": "string"
},
"parameterMap": {
"parameterMap": {}
}
}
],
"type": "string"
},
"target": [
"string"
]
}
]
},
"schema": {
"fields": {
"fields": {
"constraints": {
"constraints": {
"constraints": {}
},
"matchConstraint": {
"match": {}
}
},
"default": {},
"description": "string",
"label": "string",
"placeholder": "string",
"refresh": {
"type": "string"
},
"shortValueName": [
"string"
],
"signpost": "string",
"step": "number",
"type": {
"dataType": "string",
"fields": [
"ComplexTypeField Object"
],
"isMultiple": false,
"referenceType": "string"
},
"valueList": {},
"valueTree": {}
}
}
}
}