UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

26 lines (23 loc) 543 B
{ "title": "Modification d'un montant", "description": "", "type": "object", "additionalProperties": false, "properties": { "montantNegatif": { "description": "Montant à soustraire. Nombre positif.", "type": "string" }, "montantPositif": { "description": "Montant à ajouter. Nombre positif.", "type": "string" } }, "required": [ "montantNegatif", "montantPositif" ], "$schema": "http://json-schema.org/draft-07/schema#", "$id": "Diff.json", "$$target": "Diff.json" }