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