enregistrement
Vote et exécution des budgets
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"vote-et-execution-des-budgets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/vote-et-execution-des-budgets"
}
] - "definitions":{
- "vote-et-execution-des-budgets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/vote-et-execution-des-budgets_records"
}
}
} - "records":
} - "properties":
- "vote-et-execution-des-budgets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "exercice":,{
- "type":"string",
- "format":"date",
- "title":"Exercice",
- "description":""
} - "section":,{
- "type":"string",
- "title":"Section",
- "description":"Investissement ou Fonctionnement"
} - "sens":,{
- "type":"string",
- "title":"Sens",
- "description":"Dépenses ou Recettes"
} - "chapitre_cle":,{
- "type":"string",
- "title":"Chapitre_clé",
- "description":""
} - "chapitre_libelle":,{
- "type":"string",
- "title":"Chapitre_libellé",
- "description":""
} - "compte_m14_cle":,{
- "type":"string",
- "title":"Compte_M14_clé",
- "description":""
} - "compte_m14_libelle":,{
- "type":"string",
- "title":"Compte_M14_libellé",
- "description":""
} - "vote":,{
- "type":"number",
- "title":"Voté",
- "description":"Somme votée au Budget Primitif",
- "unit":"€"
} - "mandate":{
- "type":"number",
- "title":"Mandaté",
- "description":"Somme arrêtée au Compte Administratif",
- "unit":"€"
}
} - "type":
}
} - "fields":
} - "properties":
} - "vote-et-execution-des-budgets":
}