enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Expositions - Musée des Beaux Arts - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Identifiant exposition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_exposition
Type
texte
Exemple
                       
Nom exposition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_exposition
Type
texte
Exemple
                       
date_debut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_debut
Type
date
Exemple
                       
date_fin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_fin
Type
date
Exemple
                       
langue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
langue
Type
texte
Exemple
                       
chapo_texte_introductif
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
chapo_texte_introductif
Type
texte
Exemple
                       
texte_introductif
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
texte_introductif
Type
texte
Exemple
                       
chapo_demarche_artiste
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
chapo_demarche_artiste
Type
texte
Exemple
                       
demarche_artiste
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
demarche_artiste
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":"om-culture-moba-exposition",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-culture-moba-exposition"
      }
    ]
    ,
  • "definitions":
    {
    • "om-culture-moba-exposition":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-culture-moba-exposition_records"
            }
          }
        }
      }
      ,
    • "om-culture-moba-exposition_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id_exposition":
              {
              • "type":"string",
              • "title":"Identifiant exposition",
              • "description":""
              }
              ,
            • "nom_exposition":
              {
              • "type":"string",
              • "title":"Nom exposition",
              • "description":""
              }
              ,
            • "date_debut":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_debut",
              • "description":""
              }
              ,
            • "date_fin":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_fin",
              • "description":""
              }
              ,
            • "langue":
              {
              • "type":"string",
              • "title":"langue",
              • "description":""
              }
              ,
            • "chapo_texte_introductif":
              {
              • "type":"string",
              • "title":"chapo_texte_introductif",
              • "description":""
              }
              ,
            • "texte_introductif":
              {
              • "type":"string",
              • "title":"texte_introductif",
              • "description":""
              }
              ,
            • "chapo_demarche_artiste":
              {
              • "type":"string",
              • "title":"chapo_demarche_artiste",
              • "description":""
              }
              ,
            • "demarche_artiste":
              {
              • "type":"string",
              • "title":"demarche_artiste",
              • "description":""
              }
            }
          }
        }
      }
    }
}