changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "authorship": {
+ "description": "Author(s) who named the taxon",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "canonical_name": {
+ "description": "Canonical form of scientific name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "class": {
+ "description": "Class classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "extinct": {
+ "description": "Whether species is extinct",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "family": {
+ "description": "Family classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "freshwater": {
+ "description": "Whether species occurs in freshwater environments",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "genus": {
+ "description": "Genus classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "habitats": {
+ "description": "List of habitat types",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "key": {
+ "description": "GBIF taxon key identifier",
+ "type": "number"
+ },
+ "kingdom": {
+ "description": "Kingdom classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "marine": {
+ "description": "Whether species occurs in marine environments",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "name_type": {
+ "description": "Type of name (scientific, vernacular)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "num_descendants": {
+ "description": "Number of descendant taxa",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "num_occurrences": {
+ "description": "Number of occurrence records",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "order": {
+ "description": "Order classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phylum": {
+ "description": "Phylum classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rank": {
+ "description": "Taxonomic rank",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "scientific_name": {
+ "description": "Full scientific name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "species": {
+ "description": "Species classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "taxonomic_status": {
+ "description": "Status (accepted, synonym, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "terrestrial": {
+ "description": "Whether species occurs in terrestrial environments",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "key",
+ "scientific_name",
+ "canonical_name",
+ "rank",
+ "taxonomic_status",
+ "authorship",
+ "name_type",
+ "kingdom",
+ "phylum",
+ "class",
+ "order",
+ "family",
+ "genus",
+ "species",
+ "num_descendants",
+ "num_occurrences",
+ "extinct",
+ "marine",
+ "freshwater",
+ "terrestrial",
+ "habitats"
+ ],
+ "type": "object"
+}