records

records

Active filters Clear all

No active filters

Filters

Liste des poissons d'ornement d'eau douce pour aquarium autorisés et interdits à l'importation

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nom scientifique
               

No description available for this field.

Name (identifier)
nom_scientifique
Type
text
Sample
                       
Nom commun
               

No description available for this field.

Name (identifier)
nom_commun
Type
text
Sample
                       
Quantité maximale par demande
               

No description available for this field.

Name (identifier)
quantite_maximale_par_demande
Type
integer
Sample
                       
statut
               

No description available for this field.

Name (identifier)
statut
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"poissons_ornement_aquarium",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/poissons_ornement_aquarium"
      }
    ]
    ,
  • "definitions":
    {
    • "poissons_ornement_aquarium":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/poissons_ornement_aquarium_records"
            }
          }
        }
      }
      ,
    • "poissons_ornement_aquarium_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nom_scientifique":
              {
              • "type":"string",
              • "title":"Nom scientifique",
              • "description":""
              }
              ,
            • "nom_commun":
              {
              • "type":"string",
              • "title":"Nom commun",
              • "description":""
              }
              ,
            • "quantite_maximale_par_demande":
              {
              • "type":"integer",
              • "title":"Quantité maximale par demande",
              • "description":""
              }
              ,
            • "statut":
              {
              • "type":"string",
              • "title":"statut",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets