enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Dispositif Premières pages 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
                       
Envergure territoriale
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
envergure_territoriale
Type
texte
Exemple
                       
Structure porteuse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
structure_porteuse
Type
texte
Exemple
                       
Montant subvention 2021 (k€)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_subvention_2021_keur
Type
int
Exemple
                       
structure_porteuse_du_projet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
structure_porteuse_du_projet
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":"premieres-pages_departement",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/premieres-pages_departement"
      }
    ]
    ,
  • "definitions":
    {
    • "premieres-pages_departement":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/premieres-pages_departement_records"
            }
          }
        }
      }
      ,
    • "premieres-pages_departement_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"code_insee",
              • "description":""
              }
              ,
            • "libelle_geographique":
              {
              • "type":"string",
              • "title":"libelle_geographique",
              • "description":""
              }
              ,
            • "envergure_territoriale":
              {
              • "type":"string",
              • "title":"Envergure territoriale",
              • "description":""
              }
              ,
            • "structure_porteuse":
              {
              • "type":"string",
              • "title":"Structure porteuse ",
              • "description":""
              }
              ,
            • "montant_subvention_2021_keur":
              {
              • "type":"integer",
              • "title":"Montant subvention 2021 (k€)",
              • "description":""
              }
              ,
            • "structure_porteuse_du_projet":
              {
              • "type":"string",
              • "title":"structure_porteuse_du_projet",
              • "description":""
              }
            }
          }
        }
      }
    }
}