enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

JO 2024 : communes labellisées 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 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
                       
Libellé_geographique
Commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_geographique
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_communes-labellisees",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/jo2024_communes-labellisees"
      }
    ]
    ,
  • "definitions":
    {
    • "jo2024_communes-labellisees":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/jo2024_communes-labellisees_records"
            }
          }
        }
      }
      ,
    • "jo2024_communes-labellisees_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"Code_insee",
              • "description":""
              }
              ,
            • "code_postal":
              {
              • "type":"string",
              • "title":"Code postal",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Région",
              • "description":""
              }
              ,
            • "departement":
              {
              • "type":"string",
              • "title":"Département",
              • "description":""
              }
              ,
            • "libelle_geographique":
              {
              • "type":"string",
              • "title":"Libellé_geographique",
              • "description":"Commune"
              }
            }
          }
        }
      }
    }
}