enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Biographie des artistes - Expositions du 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
id_exposition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_exposition
Type
texte
Exemple
                       
artiste
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artiste
Type
texte
Exemple
                       
langue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
langue
Type
texte
Exemple
                       
chronologie_biographie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
chronologie_biographie
Type
texte
Exemple
                       
texte_biographie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
texte_biographie
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-biographie",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-culture-moba-exposition-biographie"
      }
    ]
    ,
  • "definitions":
    {
    • "om-culture-moba-exposition-biographie":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-culture-moba-exposition-biographie_records"
            }
          }
        }
      }
      ,
    • "om-culture-moba-exposition-biographie_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id_exposition":
              {
              • "type":"string",
              • "title":"id_exposition",
              • "description":""
              }
              ,
            • "artiste":
              {
              • "type":"string",
              • "title":"artiste",
              • "description":""
              }
              ,
            • "langue":
              {
              • "type":"string",
              • "title":"langue",
              • "description":""
              }
              ,
            • "chronologie_biographie":
              {
              • "type":"string",
              • "title":"chronologie_biographie",
              • "description":""
              }
              ,
            • "texte_biographie":
              {
              • "type":"string",
              • "title":"texte_biographie",
              • "description":""
              }
            }
          }
        }
      }
    }
}