feat(cojo): add cojo type de champ
This commit is contained in:
parent
c74351459e
commit
d5820277c0
31 changed files with 361 additions and 12 deletions
14
app/schemas/accreditation-cojo.json
Normal file
14
app/schemas/accreditation-cojo.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://demarches-simplifiees.fr/accreditation-cojo.schema.json",
|
||||
"title": "Accreditation COJO",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"firstName": { "type": "string" },
|
||||
"lastName": { "type": "string" },
|
||||
"individualExistance": {
|
||||
"enum": ["Yes", "No"]
|
||||
}
|
||||
},
|
||||
"required": ["individualExistance"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue