records
RORC Nouvelle-Calédonie - Invertébrés - Stations Pala Dalik
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"rorc_invertebres",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/rorc_invertebres"
}
] - "definitions":{
- "rorc_invertebres":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/rorc_invertebres_records"
}
}
} - "records":
} - "properties":
- "rorc_invertebres_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "campagne":,{
- "type":"string",
- "format":"date",
- "title":"Campagne",
- "description":""
} - "site":,{
- "type":"string",
- "title":"Site",
- "description":""
} - "station":,{
- "type":"string",
- "title":"Station",
- "description":""
} - "transect":,{
- "type":"number",
- "title":"Transect",
- "description":""
} - "type_dinvertebre":,{
- "type":"string",
- "title":"type d'invertébré",
- "description":""
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "nom_latin":,{
- "type":"string",
- "title":"Nom Latin",
- "description":""
} - "decompte":{
- "type":"integer",
- "title":"decompte",
- "description":""
}
} - "campagne":
}
} - "fields":
} - "properties":
} - "rorc_invertebres":
}