enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Liste des espèces identifiables par les capteurs Leko

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
esp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
esp
Type
texte
Exemple
                       
nesp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nesp
Type
texte
Exemple
                       
nesp2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nesp2
Type
texte
Exemple
                       
france
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
france
Type
texte
Exemple
                       
scientific_name
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
scientific_name
Type
texte
Exemple
                       
Groupe d'espèces
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
group
Type
texte
Exemple
                       
nomfr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomfr
Type
texte
Exemple
                       
groupfr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
groupfr
Type
texte
Exemple
                       
descriptionfr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
descriptionfr
Type
texte
Exemple
                       
nomen
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomen
Type
texte
Exemple
                       
descriptionen
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
descriptionen
Type
texte
Exemple
                       
lien_photos
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien_photos
Type
texte
Exemple
                       
source_inpn
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source_inpn
Type
texte
Exemple
                       
color
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
color
Type
texte
Exemple
                       
copyright
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
copyright
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":"leko-liste-especes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/leko-liste-especes"
      }
    ]
    ,
  • "definitions":
    {
    • "leko-liste-especes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/leko-liste-especes_records"
            }
          }
        }
      }
      ,
    • "leko-liste-especes_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "esp":
              {
              • "type":"string",
              • "title":"esp",
              • "description":""
              }
              ,
            • "nesp":
              {
              • "type":"string",
              • "title":"nesp",
              • "description":""
              }
              ,
            • "nesp2":
              {
              • "type":"string",
              • "title":"nesp2",
              • "description":""
              }
              ,
            • "france":
              {
              • "type":"string",
              • "title":"france",
              • "description":""
              }
              ,
            • "scientific_name":
              {
              • "type":"string",
              • "title":"scientific_name",
              • "description":""
              }
              ,
            • "group":
              {
              • "type":"string",
              • "title":"Groupe d'espèces",
              • "description":""
              }
              ,
            • "nomfr":
              {
              • "type":"string",
              • "title":"nomfr",
              • "description":""
              }
              ,
            • "groupfr":
              {
              • "type":"string",
              • "title":"groupfr",
              • "description":""
              }
              ,
            • "descriptionfr":
              {
              • "type":"string",
              • "title":"descriptionfr",
              • "description":""
              }
              ,
            • "nomen":
              {
              • "type":"string",
              • "title":"nomen",
              • "description":""
              }
              ,
            • "descriptionen":
              {
              • "type":"string",
              • "title":"descriptionen",
              • "description":""
              }
              ,
            • "lien_photos":
              {
              • "type":"string",
              • "title":"lien_photos",
              • "description":""
              }
              ,
            • "source_inpn":
              {
              • "type":"string",
              • "title":"source_inpn",
              • "description":""
              }
              ,
            • "color":
              {
              • "type":"string",
              • "title":"color",
              • "description":""
              }
              ,
            • "copyright":
              {
              • "type":"string",
              • "title":"copyright",
              • "description":""
              }
            }
          }
        }
      }
    }
}