{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GeographicLocationRef", "title": "GeographicLocationRef", "type": "object", "allOf": [ { "$ref": "#/components/schemas/EntityRef" } ], "discriminator": { "propertyName": "@type", "mapping": { "GeographicLocationRef": "#/components/schemas/GeographicLocationRef" } } }