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 anim elit",
"items": [
{
"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": "deserunt dolor sint fugiat aute",
"widget": "dolore",
"helper": "Tooltip help message goes here",
"readOnly": false,
"minimum": -50589470.806572035,
"maximum": -76577781.06364277,
"default": -49305226.6098355,
"disabled": true
},
{
"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": "cupidatat",
"widget": "adipisicing eiusmod ex in occaecat",
"helper": "Tooltip help message goes here",
"pattern": "regex",
"readOnly": false,
"format": "sunt",
"minLength": -21331667,
"maxLength": 32591481,
"default": "ea",
"disabled": false
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "exercitation quis",
"title": "Device Name",
"description": "A unique name of the target device.",
"required": false,
"customKey": "elit aliquip do",
"helper": "Tooltip help message goes here",
"enum": [],
"enumNames": [],
"binding": false,
"pattern": "regex",
"rel": "aliquip eu ut",
"targetPointer": "sunt non culpa",
"method": "GET",
"sourcePointer": "/",
"sourceKeyPointer": "/name",
"labelKeyPointer": "/name",
"base": "http://www.google.com/",
"href": "api/v1/devices",
"validation": [],
"readOnly": true,
"transformation": null,
"disabled": true,
"default": "quis ex magna ad Ut",
"widget": "deserunt in sint anim",
"radio": false,
"inline": true
},
{
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"type": "boolean",
"title": "Allow timeout",
"description": "Is a timeout allowed to pass this step?",
"customKey": "ad",
"helper": "Tooltip help message goes here",
"default": false,
"enum": [
{
"id": "elit dolor ea anim",
"value": true
},
{
"id": "minim ullamco Excepteur",
"value": false
},
{
"id": "in",
"value": true
},
{
"id": "est velit officia incididunt ipsum",
"value": true
},
{
"id": "ut cupidatat ex labore pariatur",
"value": true
}
],
"readOnly": false,
"widget": "ut esse"
},
{
"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": "Excepteur dolor ut mollit sit",
"helper": "Tooltip help message goes here",
"pattern": "regex",
"validation": [],
"readOnly": true,
"binding": true,
"rel": "dolor nostrud cillum magna",
"targetPointer": "dolor minim",
"format": "ipsum",
"minLength": -91090353,
"maxLength": -68356618,
"default": "mollit",
"disabled": false
}
],
"nodeId": "kdWO-g4oS3GkzrbqDqCZUw",
"projectId": "sit commodo nostrud"
},
"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
}