@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,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "URL du texte de l'amendement, au format PDF.",
|
|
3
|
+
"description": "Seul le champ contenu.documentURI est défini.",
|
|
4
|
+
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"contenu": {
|
|
9
|
+
"properties": {
|
|
10
|
+
"documentURI": {
|
|
11
|
+
"description": "Chemin de l'amendement qui permet de composer son URL sur ce modèle: http://www.assemblee-nationale.fr/**documentURI**.",
|
|
12
|
+
"type": "string"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"type": "object"
|
|
16
|
+
},
|
|
17
|
+
"nom": {
|
|
18
|
+
"enum": [
|
|
19
|
+
"PDF"
|
|
20
|
+
],
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"statutRepresentation": {
|
|
24
|
+
"properties": {
|
|
25
|
+
"canonique": {
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
"enregistrement": {
|
|
29
|
+
"type": "boolean"
|
|
30
|
+
},
|
|
31
|
+
"officielle": {
|
|
32
|
+
"type": "boolean"
|
|
33
|
+
},
|
|
34
|
+
"transcription": {
|
|
35
|
+
"type": "boolean"
|
|
36
|
+
},
|
|
37
|
+
"verbatim": {
|
|
38
|
+
"type": "boolean"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"type": "object"
|
|
42
|
+
},
|
|
43
|
+
"typeMime": {
|
|
44
|
+
"properties": {
|
|
45
|
+
"subType": {
|
|
46
|
+
"enum": [
|
|
47
|
+
"PDF"
|
|
48
|
+
],
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"type": {
|
|
52
|
+
"enum": [
|
|
53
|
+
"application"
|
|
54
|
+
],
|
|
55
|
+
"type": "string"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"type": "object"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": [
|
|
62
|
+
],
|
|
63
|
+
|
|
64
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
65
|
+
"$id": "Representation.json",
|
|
66
|
+
"$$target": "Representation.json"
|
|
67
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Total",
|
|
3
|
+
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"montantNegatif": {
|
|
8
|
+
"description": "Montant à soustraire. Nombre positif.",
|
|
9
|
+
"type": "string"
|
|
10
|
+
},
|
|
11
|
+
"montantPositif": {
|
|
12
|
+
"description": "Montant à ajouter. Nombre positif.",
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"solde": {
|
|
16
|
+
"description": "Résultat de la soustraction **montantPositif** - **montantNegatif**.",
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"required": [
|
|
21
|
+
],
|
|
22
|
+
|
|
23
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
24
|
+
"$id": "Total.json",
|
|
25
|
+
"$$target": "Total.json"
|
|
26
|
+
}
|