enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Fréquentation des Musées de France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
REF DU MUSEE
Référence Deps

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ref_musee
Type
texte
Exemple
                       
NOM DU MUSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_du_musee
Type
texte
Exemple
                       
ANNEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
date
Exemple
                       
REGION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
regions
Type
texte
Exemple
                       
VILLE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
DATE APPELLATION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_appellation
Type
texte
Exemple
                       
PAYANT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
payant
Type
int
Exemple
                       
GRATUIT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gratuit
Type
int
Exemple
                       
TOTAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total
Type
int
Exemple
                       
NOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
note
Type
texte
Exemple
                       
ID MUSEOFILE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_museofile
Type
texte
Exemple
                       
DEPARTEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomdep
Type
texte
Exemple
                       
OBSERVATIONS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
observations
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":"frequentation-des-musees-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/frequentation-des-musees-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "frequentation-des-musees-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/frequentation-des-musees-de-france_records"
            }
          }
        }
      }
      ,
    • "frequentation-des-musees-de-france_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "ref_musee":
              {
              • "type":"string",
              • "title":"REF DU MUSEE",
              • "description":"Référence Deps"
              }
              ,
            • "nom_du_musee":
              {
              • "type":"string",
              • "title":"NOM DU MUSEE",
              • "description":""
              }
              ,
            • "annee":
              {
              • "type":"string",
              • "format":"date",
              • "title":"ANNEE",
              • "description":""
              }
              ,
            • "regions":
              {
              • "type":"string",
              • "title":"REGION",
              • "description":""
              }
              ,
            • "ville":
              {
              • "type":"string",
              • "title":"VILLE",
              • "description":""
              }
              ,
            • "date_appellation":
              {
              • "type":"string",
              • "title":"DATE APPELLATION",
              • "description":""
              }
              ,
            • "payant":
              {
              • "type":"integer",
              • "title":"PAYANT",
              • "description":""
              }
              ,
            • "gratuit":
              {
              • "type":"integer",
              • "title":"GRATUIT",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"integer",
              • "title":"TOTAL",
              • "description":""
              }
              ,
            • "note":
              {
              • "type":"string",
              • "title":"NOTE",
              • "description":""
              }
              ,
            • "id_museofile":
              {
              • "type":"string",
              • "title":"ID MUSEOFILE",
              • "description":""
              }
              ,
            • "nomdep":
              {
              • "type":"string",
              • "title":"DEPARTEMENT",
              • "description":""
              }
              ,
            • "observations":
              {
              • "type":"string",
              • "title":"OBSERVATIONS",
              • "description":""
              }
            }
          }
        }
      }
    }
}