@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
24 lines (21 loc) • 662 B
JSON
{
"title": "Champs liés à la publication d'un texte promulgué au journal officiel.",
"type": "object",
"properties": {
"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"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "InfoJO.json",
"$$target": [
"InfoJO.json",
"InfoJO.json#/properties/referenceNor",
"InfoJO.json#/properties/urlLegifrance"
]
}