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": "esse occaecat elit",
"items": [
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": "ipsum proident",
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "anim deserunt",
"value": true
},
{
"id": "et ad minim",
"value": true
},
{
"id": "cupidatat",
"value": false
},
{
"id": "Duis nostrud dolore commodo ullamco",
"value": false
},
{
"id": "commodo in adipisicing aliquip culpa",
"value": false
}
],
"readOnly": false,
"widget": "aliqua"
},
{
"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": true,
"helper": "Tooltip help message goes here",
"pattern": "regex",
"readOnly": false,
"binding": false,
"rel": "ut dolor in",
"targetPointer": "Lorem fugiat",
"format": "est aliquip",
"minLength": 63517815,
"maxLength": 66920221,
"default": "mollit ad culpa",
"disabled": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "Ut occaecat in velit",
"title": "Device Name",
"description": "A unique name of the target device.",
"required": false,
"customKey": "eiusmod incididunt sunt nulla",
"helper": "Tooltip help message goes here",
"enum": [],
"enumNames": [],
"binding": false,
"pattern": "regex",
"rel": "ut fugiat nostrud",
"targetPointer": "enim Duis",
"method": "GET",
"sourcePointer": "/",
"sourceKeyPointer": "/name",
"labelKeyPointer": "/name",
"base": "http://www.google.com/",
"href": "api/v1/devices",
"validation": [],
"readOnly": true,
"transformation": null,
"disabled": true,
"default": "reprehenderit",
"widget": "adipisicing exercitation",
"radio": true,
"inline": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "in exercitation occaecat dolor incididunt",
"title": "Device Name",
"description": "A unique name of the target device.",
"required": false,
"customKey": true,
"helper": "Tooltip help message goes here",
"enum": [],
"enumNames": [],
"binding": false,
"pattern": "regex",
"rel": "do",
"targetPointer": "ut ea",
"method": "GET",
"sourcePointer": "/",
"sourceKeyPointer": "/name",
"labelKeyPointer": "/name",
"base": "http://www.google.com/",
"href": "api/v1/devices",
"readOnly": true,
"transformation": "aliquip",
"disabled": true,
"default": "velit ad",
"widget": "ipsum esse exercitation amet",
"radio": false,
"inline": 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
}