...
Required license:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Table of Contents |
---|
The JSON Schema
For example before you can use a form, you need to know which “type of data” such a form produces: After a form was submitted, it creates a new data set called an object and stores it into the property store. The structure of such an object (which fields it has) is defined in a JSON Schema.
...
Code Block |
---|
global/app/myApp/object/person/v1/schema |
Default form rendering
The JSON schema will be used as a base to render the fields defined in it as a form. By default all fields are rendered vertically (each in a row) as you can see here: