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