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": "non nisi ut",
"items": [
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "dolor labore consequat",
"title": "Device Name",
"description": "A unique name of the target device.",
"required": false,
"customKey": "Ut minim",
"helper": "Tooltip help message goes here",
"enum": [],
"enumNames": [],
"binding": false,
"pattern": "regex",
"rel": "Duis consequat aliquip culpa",
"targetPointer": "dolore",
"method": "GET",
"sourcePointer": "/",
"sourceKeyPointer": "/name",
"labelKeyPointer": "/name",
"base": "http://www.google.com/",
"href": "api/v1/devices",
"readOnly": true,
"disabled": true,
"default": [],
"widget": "dolor non culpa",
"radio": false,
"inline": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "in id dolore enim laborum",
"title": "Device Name",
"description": "A unique name of the target device.",
"required": true,
"customKey": "voluptate Lorem tempor reprehenderit",
"helper": "Tooltip help message goes here",
"enum": [],
"enumNames": [],
"binding": false,
"pattern": "regex",
"rel": "et irure ipsum esse Lorem",
"targetPointer": "tempor exercitation",
"method": "GET",
"sourcePointer": "/",
"sourceKeyPointer": "/name",
"labelKeyPointer": "/name",
"base": "http://www.google.com/",
"href": "api/v1/devices",
"readOnly": true,
"transformation": "proident consectetur",
"disabled": true,
"default": "in minim Ut commodo esse",
"widget": "nisi elit dolor qui nostrud",
"radio": false,
"inline": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": false,
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "nulla",
"value": false
}
],
"readOnly": false,
"widget": "officia"
},
{
"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": "est minim sint",
"widget": "mollit anim veniam occaecat irure",
"helper": "Tooltip help message goes here",
"validation": [],
"readOnly": true,
"minimum": null,
"maximum": 4131508.0044336915,
"default": null,
"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
}