mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"middleName"
|
|
],
|
|
"properties": {
|
|
"middleName": {
|
|
"type": "string",
|
|
"title": "Middle name"
|
|
}
|
|
}
|
|
} |