@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.
Files changed (83) hide show
  1. package/lib/parsers/textes_lois.js +22 -22
  2. package/lib/parsers/textes_lois.mjs +22 -22
  3. package/lib/schemas/acteur/Acteur.json +56 -0
  4. package/lib/schemas/acteur/AdresseElectronique.json +52 -0
  5. package/lib/schemas/acteur/AdressePostale.json +75 -0
  6. package/lib/schemas/acteur/Civ.json +14 -0
  7. package/lib/schemas/acteur/Collaborateur.json +29 -0
  8. package/lib/schemas/acteur/EtatCivil.json +51 -0
  9. package/lib/schemas/acteur/Ident.json +40 -0
  10. package/lib/schemas/acteur/Lieu.json +66 -0
  11. package/lib/schemas/acteur/Mandat.json +192 -0
  12. package/lib/schemas/acteur/Profession.json +46 -0
  13. package/lib/schemas/agenda/Agenda.json +318 -0
  14. package/lib/schemas/agenda/CycleDeVie.json +45 -0
  15. package/lib/schemas/agenda/PointOdj.json +82 -0
  16. package/lib/schemas/amendement/Amendement.json +246 -0
  17. package/lib/schemas/amendement/Diff.json +25 -0
  18. package/lib/schemas/amendement/DispositifAmdtCredit.json +85 -0
  19. package/lib/schemas/amendement/Identifiant.json +62 -0
  20. package/lib/schemas/amendement/PointeurFragmentTexte.json +127 -0
  21. package/lib/schemas/amendement/Representation.json +67 -0
  22. package/lib/schemas/amendement/Total.json +26 -0
  23. package/lib/schemas/converted_from_type/acteurs_et_organes.json +666 -0
  24. package/lib/schemas/converted_from_type/agendas.json +1100 -0
  25. package/lib/schemas/converted_from_type/amendements.json +3191 -0
  26. package/lib/schemas/converted_from_type/debats.json +682 -0
  27. package/lib/schemas/converted_from_type/deputes.json +26 -0
  28. package/lib/schemas/converted_from_type/dossiers_legislatifs.json +2918 -0
  29. package/lib/schemas/converted_from_type/legislatures.json +16 -0
  30. package/lib/schemas/converted_from_type/questions.json +328 -0
  31. package/lib/schemas/converted_from_type/scrutins.json +393 -0
  32. package/lib/schemas/debat/Contenu.json +75 -0
  33. package/lib/schemas/debat/Debat.json +40 -0
  34. package/lib/schemas/debat/Metadonnees.json +75 -0
  35. package/lib/schemas/debat/Orateur.json +60 -0
  36. package/lib/schemas/debat/Point.json +169 -0
  37. package/lib/schemas/debat/Sommaire.json +71 -0
  38. package/lib/schemas/debat/SommaireElement.json +108 -0
  39. package/lib/schemas/debat/Texte.json +34 -0
  40. package/lib/schemas/document/CodeLibelle.json +25 -0
  41. package/lib/schemas/document/Document.json +385 -0
  42. package/lib/schemas/document/Indexation.json +38 -0
  43. package/lib/schemas/dossier/ActeLegislatif.json +211 -0
  44. package/lib/schemas/dossier/ActeLegislatifBase.json +62 -0
  45. package/lib/schemas/dossier/Agenda.json +23 -0
  46. package/lib/schemas/dossier/ConseilConstitutionnel.json +35 -0
  47. package/lib/schemas/dossier/Decision.json +25 -0
  48. package/lib/schemas/dossier/Dossier.json +124 -0
  49. package/lib/schemas/dossier/EtudeImpact.json +29 -0
  50. package/lib/schemas/dossier/EtudePlf.json +105 -0
  51. package/lib/schemas/dossier/Europe.json +42 -0
  52. package/lib/schemas/dossier/FamCodeLibelle.json +25 -0
  53. package/lib/schemas/dossier/InfoJO.json +23 -0
  54. package/lib/schemas/dossier/Initiateur.json +36 -0
  55. package/lib/schemas/dossier/Motion.json +27 -0
  56. package/lib/schemas/dossier/Promulgation.json +62 -0
  57. package/lib/schemas/dossier/Rapporteur.json +36 -0
  58. package/lib/schemas/dossier/Texte.json +47 -0
  59. package/lib/schemas/organe/CodeTypeOrgane.json +43 -0
  60. package/lib/schemas/organe/Organe.json +136 -0
  61. package/lib/schemas/organe/ViMoDe.json +28 -0
  62. package/lib/schemas/question/Auteur.json +58 -0
  63. package/lib/schemas/question/Cloture.json +28 -0
  64. package/lib/schemas/question/InfoJO.json +40 -0
  65. package/lib/schemas/question/MinAttribElement.json +30 -0
  66. package/lib/schemas/question/Question.json +172 -0
  67. package/lib/schemas/question/Renouvellement.json +17 -0
  68. package/lib/schemas/question/Signalement.json +21 -0
  69. package/lib/schemas/question/Texte.json +24 -0
  70. package/lib/schemas/scrutin/DecompteVoix.json +35 -0
  71. package/lib/schemas/scrutin/Dysfonctionnement.json +50 -0
  72. package/lib/schemas/scrutin/MiseAuPoint.json +53 -0
  73. package/lib/schemas/scrutin/OrganeVotant.json +88 -0
  74. package/lib/schemas/scrutin/Scrutin.json +187 -0
  75. package/lib/schemas/scrutin/Votant.json +37 -0
  76. package/lib/schemas/texte_loi/Alinea.json +36 -0
  77. package/lib/schemas/texte_loi/ExposeMotifs.json +24 -0
  78. package/lib/schemas/texte_loi/MetaDonnees.json +126 -0
  79. package/lib/schemas/texte_loi/ProjetLoi.json +64 -0
  80. package/lib/schemas/texte_loi/Sommaire.json +48 -0
  81. package/lib/schemas/texte_loi/TexteLoi.json +225 -0
  82. package/lib/schemas/texte_loi/TexteLoiPartiel.json +237 -0
  83. 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
+ }