{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BusinessPartner", "type": "object", "properties": { "BusinessPartner": { "type": "string" }, "BusinessPartnerFullName": { "type": "string" }, "BusinessPartnerCategory": { "type": "string" }, "BusinessPartnerGrouping": { "type": "string" }, "FirstName": { "type": "string" }, "LastName": { "type": "string" }, "OrganizationBPName1": { "type": "string" }, "SearchTerm1": { "type": "string" }, "Language": { "type": "string" }, "CreationDate": { "type": "string" } } }