Creates a new JSON form document with a unique name.
Copied to Clipboard
{
"name": "Device Form",
"description": "This form describes the connection information for a device.",
"struct": {
"type": "in amet ut",
"items": [
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "string",
"title": "Device Name",
"description": "A unique name of the target device.",
"placeholder": "Enter the device's name",
"required": false,
"customKey": true,
"widget": "non",
"helper": "Tooltip help message goes here",
"pattern": "regex",
"readOnly": true,
"format": "deserunt enim exercitation ut consectetur",
"minLength": 34208158,
"maxLength": -19145590,
"default": "qui do",
"disabled": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "string",
"title": "File Upload",
"description": "Upload a file",
"helper": "Tooltip help message goes here",
"format": "data-url",
"customKey": "sit"
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": "nisi irure laboris amet",
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "adipisicing irure incididunt aute in",
"value": true
},
{
"id": "non ad",
"value": true
},
{
"id": "officia",
"value": true
},
{
"id": "tempor veniam reprehenderit aliquip",
"value": false
}
],
"readOnly": true,
"widget": "ut exercitation"
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": "eu Duis ut amet nisi",
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "in nulla Ut Excepteur",
"value": true
},
{
"id": "culpa cupidatat pariatur",
"value": false
},
{
"id": "veniam voluptate",
"value": false
},
{
"id": "dolor cupidatat pariatur",
"value": true
}
],
"readOnly": false,
"widget": "qui proident"
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "string",
"title": "Device Name",
"description": "A unique name of the target device.",
"placeholder": "Enter the device's name",
"required": true,
"customKey": false,
"helper": "Tooltip help message goes here",
"pattern": "regex",
"readOnly": false,
"binding": false,
"rel": "dolore adipisicing occaecat",
"targetPointer": "ad",
"format": "magna cillum",
"minLength": -87129866,
"maxLength": 26435901,
"default": "mollit do",
"disabled": true
}
],
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"projectId": "est esse elit aliqua id"
},
"schema": {
"title": "schema"
},
"uiSchema": {
"title": "uiSchema"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"name": {
"title": "name",
"type": "string",
"examples": [
"Device Form"
]
},
"description": {
"title": "description",
"type": "string",
"examples": [
"This form describes the connection information for a device."
]
},
"struct": {
"title": "struct",
"$ref": "formStruct"
},
"schema": {
"title": "schema",
"$ref": "formSchema#/definitions/container"
},
"uiSchema": {
"title": "uiSchema",
"$ref": "formUISchema#/definitions/container"
},
"bindingSchema": {
"title": "bindingSchema",
"$ref": "formBindingSchema#/definitions/bindingSchema"
},
"validationSchema": {
"title": "validationSchema",
"$ref": "formValidationSchema#/definitions/validationSchema"
}
},
"required": [
"name",
"description",
"struct",
"schema",
"uiSchema",
"bindingSchema",
"validationSchema"
],
"additionalProperties": false
}