demo-process-models/playground/alex-herron/protocol-builder/new-study-basic-info-schema.json

15 lines
282 B
JSON

{
"title": "New Study Basic Info",
"description": "Provide study full and abbreviated name')",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
}
}
}