enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Photos - Espèces Végétales - Orléans Ville Jardin

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
nomfichier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomfichier
Type
texte
Exemple
                       
datecreation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datecreation
Type
date
Exemple
                       
auteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
auteur
Type
texte
Exemple
                       
url
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url
Type
fichier
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-flore-photo-orleansvillejardin",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-flore-photo-orleansvillejardin"
      }
    ]
    ,
  • "definitions":
    {
    • "om-flore-photo-orleansvillejardin":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-flore-photo-orleansvillejardin_records"
            }
          }
        }
      }
      ,
    • "om-flore-photo-orleansvillejardin_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":""
              }
              ,
            • "nomfichier":
              {
              • "type":"string",
              • "title":"nomfichier",
              • "description":""
              }
              ,
            • "datecreation":
              {
              • "type":"string",
              • "format":"date",
              • "title":"datecreation",
              • "description":""
              }
              ,
            • "auteur":
              {
              • "type":"string",
              • "title":"auteur",
              • "description":""
              }
              ,
            • "url":
              {
              • "type":"string",
              • "title":"url",
              • "description":""
              }
            }
          }
        }
      }
    }
}