enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Dépenses du ministère de la Culture en région

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
libelle_geographique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_geographique
Type
texte
Exemple
                       
Fonctionnement (€)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fonctionnement
Type
int
Exemple
                       
Investissement (€)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
investissement
Type
int
Exemple
                       
Total (€)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total
Type
int
Exemple
                       
Fonctionnement euros par habitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fonctionnement_euros_par_habitant
Type
int
Exemple
                       
Investissement euros par habitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
investissement_euros_par_habitant
Type
int
Exemple
                       
Total euros par habitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_euros_par_habitant
Type
int
Exemple
                       

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":"depenses-du-ministere-de-la-culture-en-region",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/depenses-du-ministere-de-la-culture-en-region"
      }
    ]
    ,
  • "definitions":
    {
    • "depenses-du-ministere-de-la-culture-en-region":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/depenses-du-ministere-de-la-culture-en-region_records"
            }
          }
        }
      }
      ,
    • "depenses-du-ministere-de-la-culture-en-region_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"code_insee",
              • "description":""
              }
              ,
            • "libelle_geographique":
              {
              • "type":"string",
              • "title":"libelle_geographique",
              • "description":" "
              }
              ,
            • "fonctionnement":
              {
              • "type":"integer",
              • "title":"Fonctionnement (€)",
              • "description":""
              }
              ,
            • "investissement":
              {
              • "type":"integer",
              • "title":"Investissement (€)",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"integer",
              • "title":"Total (€)",
              • "description":""
              }
              ,
            • "fonctionnement_euros_par_habitant":
              {
              • "type":"integer",
              • "title":"Fonctionnement euros par habitant",
              • "description":""
              }
              ,
            • "investissement_euros_par_habitant":
              {
              • "type":"integer",
              • "title":"Investissement euros par habitant",
              • "description":""
              }
              ,
            • "total_euros_par_habitant":
              {
              • "type":"integer",
              • "title":"Total euros par habitant",
              • "description":""
              }
            }
          }
        }
      }
    }
}