{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentMethodRef_MVO", "title": "PaymentMethodRef_MVO", "type": "object", "description": "PaymentMethod reference. A payment method defines a specific mean of payment (e.g direct debit).", "allOf": [ { "$ref": "#/components/schemas/EntityRef" } ], "discriminator": { "propertyName": "@type", "mapping": { "PaymentMethodRef": "#/components/schemas/PaymentMethodRef_MVO" } } }