@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
34 lines • 761 B
JSON
{
"title": "Texte de la séance du débat.",
"type": "object",
"properties": {
"_": {
"type": "string"
},
"id_syceron": {
"type": "string"
},
"sup": {
"type": "string"
},
"stime": {
"type": "string"
},
"lienAdt": {
"anyOf": [
{
"items": {
"ref": "Texte.json"
},
"type": "array"
},
{
"ref": "Texte.json"
}
]
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Texte.json",
"$$target": "Texte.json"
}