{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttachmentRefOrValue_MVO", "title": "AttachmentRefOrValue_MVO", "type": "object", "description": "The polymorphic attributes @type, @schemaLocation & @referredType are related to the Attachment entity and not the AttachmentRefOrValue class itself", "oneOf": [ { "$ref": "#/components/schemas/Attachment_MVO" }, { "$ref": "#/components/schemas/AttachmentRef_MVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "Attachment": "#/components/schemas/Attachment_MVO", "AttachmentRef": "#/components/schemas/AttachmentRef_MVO" } } }