@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
71 lines (68 loc) • 1.71 kB
JSON
{
"title": "Sommaire de la séance du débat.",
"type": "object",
"properties": {
"para": {
"anyOf": [
{
"$ref": "Texte.json"
},
{
"items": {
"$ref": "Texte.json"
},
"type": "array"
}
]
},
"presidentSeance": {
"$ref": "Texte.json"
},
"sommaire1": {
"anyOf": [
{
"$ref": "SommaireElement.json"
},
{
"items": {
"$ref": "SommaireElement.json"
},
"type": "array"
}
]
},
"sommaire2": {
"anyOf": [
{
"$ref": "SommaireElement.json"
},
{
"items": {
"$ref": "SommaireElement.json"
},
"type": "array"
}
]
},
"sommaire3": {
"anyOf": [
{
"$ref": "SommaireElement.json"
},
{
"items": {
"$ref": "SommaireElement.json"
},
"type": "array"
}
]
}
},
"required": [
"presidentSeance",
"sommaire1"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Sommaire.json",
"$$target": "Sommaire.json"
}