@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
41 lines (38 loc) • 947 B
JSON
{
"title": "Identité",
"description": "",
"type": "object",
"additionalProperties": false,
"properties": {
"civ": {
"$ref": "Civ.json"
},
"prenom": {
"description": "Prénom.",
"type": "string"
},
"nom": {
"description": "Nom.",
"type": "string"
},
"alpha": {
"description": "La signification de ce champ est indéfinie.",
"$comment": "Discussion https://forum.en-root.org/t/signification-des-champs-alpha-d-un-acteur/74",
"type": "string"
},
"trigramme": {
"description": "La signification de ce champ est indéfinie.",
"$comment": "Discussion https://forum.en-root.org/t/signification-des-champs-trigramme-d-un-acteur/75",
"type": "string"
}
},
"required": [
"civ",
"prenom",
"nom",
"alpha"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Ident.json",
"$$target": "Ident.json"
}