{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SupplierSite", "type": "object", "properties": { "vendorSiteId": { "type": "integer", "description": "Vendor site identifier" }, "vendorSiteCode": { "type": "string", "description": "Vendor site code" }, "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" } } }