records
Financements nouveaux CEGEE
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"financements-nouveaux-cegee",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/financements-nouveaux-cegee"
}
] - "definitions":{
- "financements-nouveaux-cegee":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/financements-nouveaux-cegee_records"
}
}
} - "records":
} - "properties":
- "financements-nouveaux-cegee_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "categorie":,{
- "type":"string",
- "title":"Catégorie",
- "description":""
} - "montant":{
- "type":"integer",
- "title":"Montant",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "financements-nouveaux-cegee":
}