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