enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Dépenses du ministère de la Culture par département

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
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
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
                       
Fonctionnement en %
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fonctionnement_en
Type
texte
Exemple
                       
Investissement en %
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
investissement_en
Type
texte
Exemple
                       
Total en %
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_en
Type
texte
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_departements-copie",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/depenses-du-ministere-de-la-culture_departements-copie"
      }
    ]
    ,
  • "definitions":
    {
    • "depenses-du-ministere-de-la-culture_departements-copie":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/depenses-du-ministere-de-la-culture_departements-copie_records"
            }
          }
        }
      }
      ,
    • "depenses-du-ministere-de-la-culture_departements-copie_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"code_insee",
              • "description":""
              }
              ,
            • "libelle_geographique":
              {
              • "type":"string",
              • "title":"libelle_geographique",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Région",
              • "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":""
              }
              ,
            • "fonctionnement_en":
              {
              • "type":"string",
              • "title":"Fonctionnement en %",
              • "description":""
              }
              ,
            • "investissement_en":
              {
              • "type":"string",
              • "title":"Investissement en %",
              • "description":""
              }
              ,
            • "total_en":
              {
              • "type":"string",
              • "title":"Total en %",
              • "description":""
              }
            }
          }
        }
      }
    }
}