351 enregistrements

351 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Espèces végétales - Jardins éphémères - 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
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
nomvernaculaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomvernaculaire
Type
texte
Exemple
                       
nomscientifique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomscientifique
Type
texte
Exemple
                       
categorie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
                       
feuillage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
feuillage
Type
texte
Exemple
                       
rusticite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rusticite
Type
texte
Exemple
                       
rusticite-temperature
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rusticite_temperature
Type
int
Exemple
                       
exposition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exposition
Type
texte
Exemple
                       
moisfloraison
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
moisfloraison
Type
texte
Exemple
                       
moisplantation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
moisplantation
Type
texte
Exemple
                       
moisfructification
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
moisfructification
Type
texte
Exemple
                       
hauteur (m)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_m
Type
décimal
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
usage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
usage
Type
texte
Exemple
                       
photo nomfichier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo_nomfichier
Type
texte
Exemple
                       
photo auteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo_auteur
Type
texte
Exemple
                       
photo_url
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo_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-plante-jardinsephemeres",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-flore-plante-jardinsephemeres"
      }
    ]
    ,
  • "definitions":
    {
    • "om-flore-plante-jardinsephemeres":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-flore-plante-jardinsephemeres_records"
            }
          }
        }
      }
      ,
    • "om-flore-plante-jardinsephemeres_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":""
              }
              ,
            • "nomvernaculaire":
              {
              • "type":"string",
              • "title":"nomvernaculaire",
              • "description":""
              }
              ,
            • "nomscientifique":
              {
              • "type":"string",
              • "title":"nomscientifique",
              • "description":""
              }
              ,
            • "categorie":
              {
              • "type":"string",
              • "title":"categorie",
              • "description":""
              }
              ,
            • "feuillage":
              {
              • "type":"string",
              • "title":"feuillage",
              • "description":""
              }
              ,
            • "rusticite":
              {
              • "type":"string",
              • "title":"rusticite",
              • "description":""
              }
              ,
            • "rusticite_temperature":
              {
              • "type":"integer",
              • "title":"rusticite-temperature",
              • "description":""
              }
              ,
            • "exposition":
              {
              • "type":"string",
              • "title":"exposition",
              • "description":""
              }
              ,
            • "moisfloraison":
              {
              • "type":"string",
              • "title":"moisfloraison",
              • "description":""
              }
              ,
            • "moisplantation":
              {
              • "type":"string",
              • "title":"moisplantation",
              • "description":""
              }
              ,
            • "moisfructification":
              {
              • "type":"string",
              • "title":"moisfructification",
              • "description":""
              }
              ,
            • "hauteur_m":
              {
              • "type":"number",
              • "title":"hauteur (m)",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"description",
              • "description":""
              }
              ,
            • "usage":
              {
              • "type":"string",
              • "title":"usage",
              • "description":""
              }
              ,
            • "photo_nomfichier":
              {
              • "type":"string",
              • "title":"photo nomfichier",
              • "description":""
              }
              ,
            • "photo_auteur":
              {
              • "type":"string",
              • "title":"photo auteur",
              • "description":""
              }
              ,
            • "photo_url":
              {
              • "type":"string",
              • "title":"photo_url",
              • "description":""
              }
            }
          }
        }
      }
    }
}