records

records

Active filters Clear all

No active filters

Filters

Financements nouveaux CEGEE

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Année
               

No description available for this field.

Name (identifier)
annee
Type
date
Sample
                       
Catégorie
               

No description available for this field.

Name (identifier)
categorie
Type
text
Sample
                       
Montant
               

No description available for this field.

Name (identifier)
montant
Type
integer
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets