{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PurchaseOrderCreate", "type": "object", "properties": { "vendorId": { "type": "integer" }, "vendorSiteId": { "type": "integer" }, "currencyCode": { "type": "string" }, "typeLookupCode": { "type": "string" }, "description": { "type": "string" }, "buyerId": { "type": "integer" }, "shipToLocationId": { "type": "integer" }, "billToLocationId": { "type": "integer" }, "termsId": { "type": "integer" }, "lines": { "type": "array" } } }