@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
31 lines (28 loc) • 567 B
JSON
{
"title": "MinAttribElement.",
"type": "object",
"properties": {
"infoJO": {
"$ref": "InfoJO.json"
},
"denomination": {
"type": "object",
"additionalProperties": false,
"properties": {
"abrege": {
"type": "string"
},
"developpe": {
"type": "string"
}
}
}
},
"required": [
"infoJO",
"denomination"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "MinAttribElement.json",
"$$target": "MinAttribElement.json"
}