@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
39 lines (36 loc) • 854 B
JSON
{
"title": "Indexation",
"description": "Mots clés destinés à l'indexation des dossiers et documents. Uniquement pour `la XIV législature <https://git.en-root.org/tricoteuses/data.tricoteuses.fr/Dossiers_Legislatifs_XIV>`__",
"type": "object",
"additionalProperties": false,
"properties": {
"themes": {
"properties": {
"@niveau": {
"description": "Ce champ n'a pas de signification définie.",
"type": "string",
"enum": [ "1" ]
},
"theme": {
"properties": {
"libelleTheme": {
"description": "Mots clés.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object",
"required": [
"theme"
]
}
},
"required": [
"themes"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Indexation.json",
"$$target": "Indexation.json"
}