{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TaxonConservationStatus", "allOf": [ { "$ref": "#/definitions/RawConservationStatus" }, { "type": "object", "properties": { "place": { "$ref": "#/definitions/CorePlace" } } } ] }