UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

29 lines (26 loc) 502 B
{ "title": "Champs liés à la cloture de la question.", "type": "object", "properties": { "codeCloture": { "type": "string" }, "libelleCloture": { "type": "string" }, "dateCloture": { "type": "string" }, "infoJO": { "$ref": "InfoJO.json" } }, "required": [ "codeCloture", "libelleCloture", "dateCloture" ], "$schema": "http://json-schema.org/draft-07/schema#", "$id": "Cloture.json", "$$target": "Cloture.json" }