demo-process-models/playground/matplus/thies-marwitz/create-part-information-schema.json

16 lines
376 B
JSON

{
"title": "Text Field",
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
"type": "object",
"required": [
"partNumber",
""
],
"properties": {
"partNumber": {
"type": "string",
"title": "First name",
"default": "12345"
}
}
}