{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttachmentRefOrValue_FVO", "title": "AttachmentRefOrValue_FVO", "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_FVO" }, { "$ref": "#/components/schemas/AttachmentRef_FVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "Attachment": "#/components/schemas/Attachment_FVO", "AttachmentRef": "#/components/schemas/AttachmentRef_FVO" } } }