Summary
Creates a Json Form
Description
Creates a new JSON form document with a unique name.
Route
POST /json-forms/forms
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | Unique name of the JSON form |
description | string | yes | Short description of the JSON form |
struct | object | yes | Array structure of the form |
schema | object | yes | JSON schema of the form |
uiSchema | object | yes | UI schema of the form |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
document | object | document that was created from the request |