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