@tricoteuses/assemblee 1.9.1 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/parsers/textes_lois.js +22 -22
- package/lib/parsers/textes_lois.mjs +22 -22
- package/lib/schemas/acteur/Acteur.json +56 -0
- package/lib/schemas/acteur/AdresseElectronique.json +52 -0
- package/lib/schemas/acteur/AdressePostale.json +75 -0
- package/lib/schemas/acteur/Civ.json +14 -0
- package/lib/schemas/acteur/Collaborateur.json +29 -0
- package/lib/schemas/acteur/EtatCivil.json +51 -0
- package/lib/schemas/acteur/Ident.json +40 -0
- package/lib/schemas/acteur/Lieu.json +66 -0
- package/lib/schemas/acteur/Mandat.json +192 -0
- package/lib/schemas/acteur/Profession.json +46 -0
- package/lib/schemas/agenda/Agenda.json +318 -0
- package/lib/schemas/agenda/CycleDeVie.json +45 -0
- package/lib/schemas/agenda/PointOdj.json +82 -0
- package/lib/schemas/amendement/Amendement.json +246 -0
- package/lib/schemas/amendement/Diff.json +25 -0
- package/lib/schemas/amendement/DispositifAmdtCredit.json +85 -0
- package/lib/schemas/amendement/Identifiant.json +62 -0
- package/lib/schemas/amendement/PointeurFragmentTexte.json +127 -0
- package/lib/schemas/amendement/Representation.json +67 -0
- package/lib/schemas/amendement/Total.json +26 -0
- package/lib/schemas/converted_from_type/acteurs_et_organes.json +666 -0
- package/lib/schemas/converted_from_type/agendas.json +1100 -0
- package/lib/schemas/converted_from_type/amendements.json +3191 -0
- package/lib/schemas/converted_from_type/debats.json +682 -0
- package/lib/schemas/converted_from_type/deputes.json +26 -0
- package/lib/schemas/converted_from_type/dossiers_legislatifs.json +2918 -0
- package/lib/schemas/converted_from_type/legislatures.json +16 -0
- package/lib/schemas/converted_from_type/questions.json +328 -0
- package/lib/schemas/converted_from_type/scrutins.json +393 -0
- package/lib/schemas/debat/Contenu.json +75 -0
- package/lib/schemas/debat/Debat.json +40 -0
- package/lib/schemas/debat/Metadonnees.json +75 -0
- package/lib/schemas/debat/Orateur.json +60 -0
- package/lib/schemas/debat/Point.json +169 -0
- package/lib/schemas/debat/Sommaire.json +71 -0
- package/lib/schemas/debat/SommaireElement.json +108 -0
- package/lib/schemas/debat/Texte.json +34 -0
- package/lib/schemas/document/CodeLibelle.json +25 -0
- package/lib/schemas/document/Document.json +385 -0
- package/lib/schemas/document/Indexation.json +38 -0
- package/lib/schemas/dossier/ActeLegislatif.json +211 -0
- package/lib/schemas/dossier/ActeLegislatifBase.json +62 -0
- package/lib/schemas/dossier/Agenda.json +23 -0
- package/lib/schemas/dossier/ConseilConstitutionnel.json +35 -0
- package/lib/schemas/dossier/Decision.json +25 -0
- package/lib/schemas/dossier/Dossier.json +124 -0
- package/lib/schemas/dossier/EtudeImpact.json +29 -0
- package/lib/schemas/dossier/EtudePlf.json +105 -0
- package/lib/schemas/dossier/Europe.json +42 -0
- package/lib/schemas/dossier/FamCodeLibelle.json +25 -0
- package/lib/schemas/dossier/InfoJO.json +23 -0
- package/lib/schemas/dossier/Initiateur.json +36 -0
- package/lib/schemas/dossier/Motion.json +27 -0
- package/lib/schemas/dossier/Promulgation.json +62 -0
- package/lib/schemas/dossier/Rapporteur.json +36 -0
- package/lib/schemas/dossier/Texte.json +47 -0
- package/lib/schemas/organe/CodeTypeOrgane.json +43 -0
- package/lib/schemas/organe/Organe.json +136 -0
- package/lib/schemas/organe/ViMoDe.json +28 -0
- package/lib/schemas/question/Auteur.json +58 -0
- package/lib/schemas/question/Cloture.json +28 -0
- package/lib/schemas/question/InfoJO.json +40 -0
- package/lib/schemas/question/MinAttribElement.json +30 -0
- package/lib/schemas/question/Question.json +172 -0
- package/lib/schemas/question/Renouvellement.json +17 -0
- package/lib/schemas/question/Signalement.json +21 -0
- package/lib/schemas/question/Texte.json +24 -0
- package/lib/schemas/scrutin/DecompteVoix.json +35 -0
- package/lib/schemas/scrutin/Dysfonctionnement.json +50 -0
- package/lib/schemas/scrutin/MiseAuPoint.json +53 -0
- package/lib/schemas/scrutin/OrganeVotant.json +88 -0
- package/lib/schemas/scrutin/Scrutin.json +187 -0
- package/lib/schemas/scrutin/Votant.json +37 -0
- package/lib/schemas/texte_loi/Alinea.json +36 -0
- package/lib/schemas/texte_loi/ExposeMotifs.json +24 -0
- package/lib/schemas/texte_loi/MetaDonnees.json +126 -0
- package/lib/schemas/texte_loi/ProjetLoi.json +64 -0
- package/lib/schemas/texte_loi/Sommaire.json +48 -0
- package/lib/schemas/texte_loi/TexteLoi.json +225 -0
- package/lib/schemas/texte_loi/TexteLoiPartiel.json +237 -0
- package/package.json +3 -2
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Point de la séance du débat.",
|
|
3
|
+
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"adt": {
|
|
7
|
+
"type": "string"
|
|
8
|
+
},
|
|
9
|
+
"art": {
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"bibard": {
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"changementPresidence": {
|
|
16
|
+
"$ref": "Point.json"
|
|
17
|
+
},
|
|
18
|
+
"code_grammaire": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"code_parole": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"code_style": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"decision": {
|
|
28
|
+
"enum": [
|
|
29
|
+
"",
|
|
30
|
+
"ADOPTION amendement (main levée) adt",
|
|
31
|
+
"ADOPTION de plusieurs amendements (main levée) adts",
|
|
32
|
+
"ADOPTION de plusieurs sous-amendements (main levée) ss-adts",
|
|
33
|
+
"ADOPTION d’un article (vote à main levée)",
|
|
34
|
+
"ADOPTION d’un sous-amendement (main levée) ss-adt",
|
|
35
|
+
"REJET de plusieurs amendements (main levée) adts",
|
|
36
|
+
"REJET de plusieurs sous-amendements (main levée) ss-adts",
|
|
37
|
+
"REJET d’un amendement (main levée) adt",
|
|
38
|
+
"REJET d’un article (vote à main levée)",
|
|
39
|
+
"REJET d’un sous-amendement (main levée) ss-adt",
|
|
40
|
+
"REJET motion de rejet préalable (main levée)"
|
|
41
|
+
],
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
"id_acteur": {
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"id_mandat": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"id_nomination_oe": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"id_nomination_op": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"id_preparation": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"id_syceron": {
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
"interExtraction": {
|
|
63
|
+
"anyOf": [
|
|
64
|
+
{
|
|
65
|
+
"$ref": "Point.json"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"items": {
|
|
69
|
+
"$ref": "Point.json"
|
|
70
|
+
},
|
|
71
|
+
"type": "array"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"nivpoint": {
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
"orateur": {
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"orateurs": {
|
|
82
|
+
"anyOf": [
|
|
83
|
+
{
|
|
84
|
+
"$ref": "Orateur.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "string"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"ordinal_prise": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"ordre_absolu_seance": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"paragraphe": {
|
|
98
|
+
"anyOf": [
|
|
99
|
+
{
|
|
100
|
+
"$ref": "Point.json"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"items": {
|
|
104
|
+
"$ref": "Point.json"
|
|
105
|
+
},
|
|
106
|
+
"type": "array"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"point": {
|
|
111
|
+
"anyOf": [
|
|
112
|
+
{
|
|
113
|
+
"$ref": "Point.json"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"items": {
|
|
117
|
+
"$ref": "Point.json"
|
|
118
|
+
},
|
|
119
|
+
"type": "array"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"roledebat": {
|
|
124
|
+
"type": "string"
|
|
125
|
+
},
|
|
126
|
+
"sommaire": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"ssadt": {
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"structure": {
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"texte": {
|
|
136
|
+
"anyOf": [
|
|
137
|
+
{
|
|
138
|
+
"$ref": "Texte.json"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"type": "string"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"type_debat": {
|
|
146
|
+
"type": "string"
|
|
147
|
+
},
|
|
148
|
+
"valeur": {
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
"valeur_ptsodj": {
|
|
152
|
+
"type": "string"
|
|
153
|
+
},
|
|
154
|
+
"ouverture_seance": {
|
|
155
|
+
"$ref": "Point.json"
|
|
156
|
+
},
|
|
157
|
+
"nom_orateur": {
|
|
158
|
+
"type": "string"
|
|
159
|
+
},
|
|
160
|
+
"qualite": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
|
|
165
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
166
|
+
"$id": "Point.json",
|
|
167
|
+
"$$target": "Point.json"
|
|
168
|
+
}
|
|
169
|
+
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Sommaire de la séance du débat.",
|
|
3
|
+
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"para": {
|
|
7
|
+
"anyOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "Texte.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"items": {
|
|
13
|
+
"$ref": "Texte.json"
|
|
14
|
+
},
|
|
15
|
+
"type": "array"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"presidentSeance": {
|
|
20
|
+
"$ref": "Texte.json"
|
|
21
|
+
},
|
|
22
|
+
"sommaire1": {
|
|
23
|
+
"anyOf": [
|
|
24
|
+
{
|
|
25
|
+
"$ref": "SommaireElement.json"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"items": {
|
|
29
|
+
"$ref": "SommaireElement.json"
|
|
30
|
+
},
|
|
31
|
+
"type": "array"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"sommaire2": {
|
|
36
|
+
"anyOf": [
|
|
37
|
+
{
|
|
38
|
+
"$ref": "SommaireElement.json"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"items": {
|
|
42
|
+
"$ref": "SommaireElement.json"
|
|
43
|
+
},
|
|
44
|
+
"type": "array"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"sommaire3": {
|
|
49
|
+
"anyOf": [
|
|
50
|
+
{
|
|
51
|
+
"$ref": "SommaireElement.json"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"items": {
|
|
55
|
+
"$ref": "SommaireElement.json"
|
|
56
|
+
},
|
|
57
|
+
"type": "array"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"presidentSeance",
|
|
64
|
+
"sommaire1"
|
|
65
|
+
],
|
|
66
|
+
|
|
67
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
68
|
+
"$id": "Sommaire.json",
|
|
69
|
+
"$$target": "Sommaire.json"
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Sommaire de la séance du débat.",
|
|
3
|
+
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"para": {
|
|
7
|
+
"anyOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "Texte.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"items": {
|
|
13
|
+
"anyOf": [
|
|
14
|
+
{
|
|
15
|
+
"$ref": "Texte.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"type": "array"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"presidentSeance": {
|
|
27
|
+
"anyOf": [
|
|
28
|
+
{
|
|
29
|
+
"$ref": "Texte.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"items": {
|
|
33
|
+
"$ref": "Texte.json"
|
|
34
|
+
},
|
|
35
|
+
"type": "array"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"sommaire2": {
|
|
40
|
+
"anyOf": [
|
|
41
|
+
{
|
|
42
|
+
"$ref": "SommaireElement.json"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"items": {
|
|
46
|
+
"$ref": "SommaireElement.json"
|
|
47
|
+
},
|
|
48
|
+
"type": "array"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"sommaire3": {
|
|
53
|
+
"anyOf": [
|
|
54
|
+
{
|
|
55
|
+
"$ref": "SommaireElement.json"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"items": {
|
|
59
|
+
"$ref": "SommaireElement.json"
|
|
60
|
+
},
|
|
61
|
+
"type": "array"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"titreStruct": {
|
|
66
|
+
"properties": {
|
|
67
|
+
"id_syceron": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"intitule": {
|
|
71
|
+
"anyOf": [
|
|
72
|
+
{
|
|
73
|
+
"$ref": "Texte.json"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "string"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"sousIntitule": {
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"type_debat": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"type": "object",
|
|
88
|
+
"required": [
|
|
89
|
+
"id_syceron"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"type_debat": {
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"valeur_pts_odj": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"valeur_pts_odj",
|
|
101
|
+
"titreStruct"
|
|
102
|
+
],
|
|
103
|
+
|
|
104
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
105
|
+
"$id": "SommaireElement.json",
|
|
106
|
+
"$$target": "SommaireElement.json"
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Texte de la séance du débat.",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"_": {
|
|
6
|
+
"type": "string"
|
|
7
|
+
},
|
|
8
|
+
"id_syceron": {
|
|
9
|
+
"type": "string"
|
|
10
|
+
},
|
|
11
|
+
"sup": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"stime": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"lienAdt": {
|
|
18
|
+
"anyOf": [
|
|
19
|
+
{
|
|
20
|
+
"items": {
|
|
21
|
+
"ref": "Texte.json"
|
|
22
|
+
},
|
|
23
|
+
"type": "array"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"ref": "Texte.json"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
32
|
+
"$id": "Texte.json",
|
|
33
|
+
"$$target": "Texte.json"
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Code et libellé",
|
|
3
|
+
"description": "Code et libellé associé dont la signification dépend du champ dans lequel ils sont inclus.",
|
|
4
|
+
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"code": {
|
|
9
|
+
"description": "Code unique pour traitement automatisé.",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"libelle": {
|
|
13
|
+
"description": "Signification du code.",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"code",
|
|
19
|
+
"libelle"
|
|
20
|
+
],
|
|
21
|
+
|
|
22
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
23
|
+
"$id": "CodeLibelle.json",
|
|
24
|
+
"$$target": "CodeLibelle.json"
|
|
25
|
+
}
|