FormSchema

FormSchema
FormSchema
JSON Example
{
    "fields": {
        "fields": {
            "label": "string",
            "description": "string",
            "signpost": "string",
            "type": {
                "dataType": "string",
                "referenceType": "string",
                "fields": [
                    "ComplexTypeField Object"
                ],
                "isMultiple": false
            },
            "step": "number",
            "default": {},
            "valueList": {},
            "placeholder": "string",
            "constraints": {
                "matchConstraint": {
                    "match": {}
                },
                "constraints": {
                    "constraints": {}
                }
            },
            "refresh": {
                "type": "string"
            },
            "shortValueName": [
                "string"
            ],
            "valueTree": {}
        }
    }
}
object
fields
Optional

fields

Property Of