@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
68 lines (65 loc) • 1.43 kB
JSON
{
"title": "URL du texte de l'amendement, au format PDF.",
"description": "Seul le champ contenu.documentURI est défini.",
"type": "object",
"additionalProperties": false,
"properties": {
"contenu": {
"properties": {
"documentURI": {
"description": "Chemin de l'amendement qui permet de composer son URL sur ce modèle: http://www.assemblee-nationale.fr/**documentURI**.",
"type": "string"
}
},
"type": "object"
},
"nom": {
"enum": [
"PDF"
],
"type": "string"
},
"statutRepresentation": {
"properties": {
"canonique": {
"type": "boolean"
},
"enregistrement": {
"type": "boolean"
},
"officielle": {
"type": "boolean"
},
"transcription": {
"type": "boolean"
},
"verbatim": {
"type": "boolean"
}
},
"type": "object"
},
"typeMime": {
"properties": {
"subType": {
"enum": [
"PDF"
],
"type": "string"
},
"type": {
"enum": [
"application"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Representation.json",
"$$target": "Representation.json"
}