enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

JO 2024 : EPCI labellisés Terres de jeux 2024

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
                       
code_insee_epci
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_epci
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
Type
texte
Exemple
                       
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
Libepci
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libepci
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":"jo2024_epci-labellises",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/jo2024_epci-labellises"
      }
    ]
    ,
  • "definitions":
    {
    • "jo2024_epci-labellises":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/jo2024_epci-labellises_records"
            }
          }
        }
      }
      ,
    • "jo2024_epci-labellises_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"code_insee",
              • "description":""
              }
              ,
            • "code_insee_epci":
              {
              • "type":"string",
              • "title":"code_insee_epci",
              • "description":""
              }
              ,
            • "code_postal":
              {
              • "type":"string",
              • "title":"Code postal",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Région",
              • "description":""
              }
              ,
            • "departement":
              {
              • "type":"string",
              • "title":"Département",
              • "description":""
              }
              ,
            • "libepci":
              {
              • "type":"string",
              • "title":"Libepci",
              • "description":""
              }
            }
          }
        }
      }
    }
}