@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
41 lines (38 loc) • 884 B
JSON
{
"title": "Champs liés à la publication d'un texte promulgué au journal officiel.",
"type": "object",
"properties": {
"typeJO": {
"enum": [
"JO_QUESTION",
"JO_LOI_DECRET",
"JO_DEBAT"
],
"type": "string"
},
"dateJO": {
"type": "string"
},
"pageJO": {
"type": "string"
},
"numJO": {
"type": "string"
},
"referenceNor": {
"description": "Numéro `NOR <https://fr.wikipedia.org/wiki/Syst%C3%A8me_NOR>`__ attribué au texte promulgué.",
"type": "string"
},
"urlLegifrance": {
"description": "URL du texte promulgué sur le site https://www.legifrance.gouv.fr/",
"type": "string"
}
},
"required": [
"typeJO",
"dateJO"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "InfoJO.json",
"$$target": "InfoJO.json"
}