@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
63 lines (60 loc) • 2.27 kB
JSON
{
"title": "Champs liés à la promulgation d'un texte.",
"type": "object",
"properties": {
"codeLoi": {
"description": "Identifiant unique de la loi promulguée.",
"type": "string"
},
"infoJo": {
"description": "Informations sur la publication du texte promulgué au `journal officiel <https://fr.wikipedia.org/wiki/Journal_officiel_de_la_R%C3%A9publique_fran%C3%A7aise>`__.",
"properties": {
"dateJo": {
"description": "Date de publication du texte promulgué au `journal officiel <https://fr.wikipedia.org/wiki/Journal_officiel_de_la_R%C3%A9publique_fran%C3%A7aise>`__.",
"type": "string"
},
"numJo": {
"description": "Numéro du `journal officiel <https://fr.wikipedia.org/wiki/Journal_officiel_de_la_R%C3%A9publique_fran%C3%A7aise>`__ dans lequel le texte promulgué a été publié.",
"type": "string"
},
"referenceNor": {
"$ref": "InfoJO.json#/properties/referenceNor"
},
"typeJo": {
"enum": [
"JO_LOI_DECRET"
],
"type": "string"
},
"urlLegifrance": {
"$ref": "InfoJO.json#/properties/urlLegifrance"
}
},
"type": "object"
},
"texteLoiRef": {
"description": "Le contenu de ce champ n'est pas défini.",
"$comment": "Discussion https://forum.en-root.org/t/signification-du-champ-texteloiref-dans-un-dossier/205",
"type": "string"
},
"titreLoi": {
"description": "Titre du projet de loi promulgué.",
"type": "string"
},
"urlEcheancierLoi": {
"description": "URL vers l’échéancier d’application de la loi sur le site du legifrance.gouv.fr (rarement renseigné).",
"$comment": "Discussion https://forum.en-root.org/t/signification-du-champ-texteloiref-dans-un-dossier/205",
"type": "string"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Promulgation.json",
"$$target": [
"Promulgation.json",
"Promulgation.json#/properties/codeLoi",
"Promulgation.json#/properties/infoJo",
"Promulgation.json#/properties/texteLoiRef",
"Promulgation.json#/properties/titreLoi",
"Promulgation.json#/properties/urlEcheancierLoi"
]
}