{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SupplierSite", "type": "object", "properties": { "vendorSiteId": { "type": "integer" }, "vendorSiteCode": { "type": "string" }, "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "zip": { "type": "string" }, "country": { "type": "string" }, "purchasingSiteFlag": { "type": "string" }, "paymentSiteFlag": { "type": "string" }, "orgId": { "type": "integer" } } }