@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
25 lines (22 loc) • 400 B
JSON
{
"title": "Contenu de la question ou de la réponse.",
"type": "object",
"properties": {
"infoJO": {
"$ref": "InfoJO.json"
},
"texte": {
"type": "string"
},
"erratum": {
"type": "string"
}
},
"required": [
"infoJO",
"texte"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Texte.json",
"$$target": "Texte.json"
}