changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "description": "Array of taxon records",
+ "items": {
+ "properties": {
+ "ancestry": {
+ "description": "Taxonomic ancestry chain",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "common_name": {
+ "description": "Common name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "conservation_status": {
+ "description": "IUCN conservation status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Taxon ID",
+ "type": "number"
+ },
+ "observations_count": {
+ "description": "Total observations for taxon",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "photo": {
+ "description": "Photo URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rank": {
+ "description": "Taxonomic rank",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "scientific_name": {
+ "description": "Scientific name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_results": {
+ "description": "Total taxa matching search",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_results",
+ "results"
+ ],
+ "type": "object"
+}