{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BusinessPartnerTaxNumber", "type": "object", "properties": { "BusinessPartner": { "type": "string" }, "BPTaxType": { "type": "string" }, "BPTaxNumber": { "type": "string" } } }