Improve and connect RNA Adapter
This commit is contained in:
parent
2791871c9a
commit
542c5b518f
6 changed files with 147 additions and 29 deletions
33
app/schemas/association.json
Normal file
33
app/schemas/association.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://demarches-simplifiees.fr/association.schema.json",
|
||||
"title": "Association",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"association_titre": {
|
||||
"type": "string"
|
||||
},
|
||||
"association_objet": {
|
||||
"type": "string"
|
||||
},
|
||||
"association_rna": {
|
||||
"type": "string"
|
||||
},
|
||||
"association_date_creation": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"association_date_declaration": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"association_date_publication": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"association_titre",
|
||||
"association_rna"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue