{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntentRef", "title": "IntentRef", "type": "object", "description": "Intent reference, for when Intent is used by other entities", "allOf": [ { "$ref": "#/components/schemas/EntityRef" } ], "discriminator": { "propertyName": "@type", "mapping": { "IntentRef": "#/components/schemas/IntentRef" } } }