@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
169 lines (166 loc) • 4.24 kB
JSON
{
"title": "Point de la séance du débat.",
"type": "object",
"properties": {
"adt": {
"type": "string"
},
"art": {
"type": "string"
},
"bibard": {
"type": "string"
},
"changementPresidence": {
"$ref": "Point.json"
},
"code_grammaire": {
"type": "string"
},
"code_parole": {
"type": "string"
},
"code_style": {
"type": "string"
},
"decision": {
"enum": [
"",
"ADOPTION amendement (main levée) adt",
"ADOPTION de plusieurs amendements (main levée) adts",
"ADOPTION de plusieurs sous-amendements (main levée) ss-adts",
"ADOPTION d’un article (vote à main levée)",
"ADOPTION d’un sous-amendement (main levée) ss-adt",
"REJET de plusieurs amendements (main levée) adts",
"REJET de plusieurs sous-amendements (main levée) ss-adts",
"REJET d’un amendement (main levée) adt",
"REJET d’un article (vote à main levée)",
"REJET d’un sous-amendement (main levée) ss-adt",
"REJET motion de rejet préalable (main levée)"
],
"type": "string"
},
"id_acteur": {
"type": "string"
},
"id_mandat": {
"type": "string"
},
"id_nomination_oe": {
"type": "string"
},
"id_nomination_op": {
"type": "string"
},
"id_preparation": {
"type": "string"
},
"id_syceron": {
"type": "string"
},
"interExtraction": {
"anyOf": [
{
"$ref": "Point.json"
},
{
"items": {
"$ref": "Point.json"
},
"type": "array"
}
]
},
"nivpoint": {
"type": "string"
},
"orateur": {
"type": "string"
},
"orateurs": {
"anyOf": [
{
"$ref": "Orateur.json"
},
{
"type": "string"
}
]
},
"ordinal_prise": {
"type": "string"
},
"ordre_absolu_seance": {
"type": "string"
},
"paragraphe": {
"anyOf": [
{
"$ref": "Point.json"
},
{
"items": {
"$ref": "Point.json"
},
"type": "array"
}
]
},
"point": {
"anyOf": [
{
"$ref": "Point.json"
},
{
"items": {
"$ref": "Point.json"
},
"type": "array"
}
]
},
"roledebat": {
"type": "string"
},
"sommaire": {
"type": "string"
},
"ssadt": {
"type": "string"
},
"structure": {
"type": "string"
},
"texte": {
"anyOf": [
{
"$ref": "Texte.json"
},
{
"type": "string"
}
]
},
"type_debat": {
"type": "string"
},
"valeur": {
"type": "string"
},
"valeur_ptsodj": {
"type": "string"
},
"ouverture_seance": {
"$ref": "Point.json"
},
"nom_orateur": {
"type": "string"
},
"qualite": {
"type": "string"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Point.json",
"$$target": "Point.json"
}