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