@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
27 lines (24 loc) • 600 B
JSON
{
"title": "Total",
"type": "object",
"additionalProperties": false,
"properties": {
"montantNegatif": {
"description": "Montant à soustraire. Nombre positif.",
"type": "string"
},
"montantPositif": {
"description": "Montant à ajouter. Nombre positif.",
"type": "string"
},
"solde": {
"description": "Résultat de la soustraction **montantPositif** - **montantNegatif**.",
"type": "string"
}
},
"required": [
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "Total.json",
"$$target": "Total.json"
}