demo-process-models/playground/rmgi/test/3people-schema.json

15 lines
259 B
JSON
Raw Normal View History

{
"title": "Text Field",
"description": "Всего одно поле",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
}
}
}