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": "ea",
"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": "ex dolore minim fugiat non",
"helper": "Tooltip help message goes here",
"pattern": "regex",
"validation": [],
"readOnly": false,
"format": "dolor sunt aute proident in",
"minLength": -93523252,
"maxLength": 38689178,
"default": "non adipisicing et esse",
"disabled": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "number",
"title": "Retry attempts",
"description": "The number of connection retries before timing out.",
"placeholder": "Enter connection retry attempt count",
"required": true,
"customKey": "laboris",
"widget": "nulla Excepteur",
"helper": "Tooltip help message goes here",
"readOnly": true,
"minimum": 63766943.53463063,
"maximum": 32928688.600777537,
"default": null,
"disabled": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "number",
"title": "Retry attempts",
"description": "The number of connection retries before timing out.",
"placeholder": "Enter connection retry attempt count",
"required": false,
"customKey": "incididunt elit",
"widget": "ut sed est",
"helper": "Tooltip help message goes here",
"readOnly": false,
"minimum": null,
"maximum": null,
"default": 21938825.310487255,
"disabled": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": "ipsum",
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "labore ut anim ipsum",
"value": true
}
],
"readOnly": true,
"widget": "fugiat quis Excepteur in"
},
{
"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,
"helper": "Tooltip help message goes here",
"pattern": "regex",
"validation": [],
"readOnly": false,
"binding": false,
"rel": "Lorem incididunt",
"targetPointer": "sit amet",
"format": "commodo",
"minLength": 50609369,
"maxLength": 42060082,
"default": "labore",
"disabled": false
}
],
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw"
},
"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
}