Create a JSON form

Creates a new JSON form document with a unique name.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
namestringOptional
descriptionstringOptional
structobjectOptional
schemaobjectOptional
uiSchemaobjectOptional
bindingSchemaobjectOptional
validationSchemaobjectOptional

Response

document that was created from the request
createdstringformat: "date-time"
createdBystring
lastUpdatedstringformat: "date-time"
lastUpdatedBystring
namestring
descriptionstring or null
structobject
schemaobject
uiSchemaobject
validationSchemaobject
bindingSchemaobject
versionstring
_idstring
tagslist of strings or maps from strings to any
idstring
namespaceobject or null

Errors

500
Internal Server Error