Comparison version: 4.1.2
Comparison date: 2021-04-29T03:42:00+00:00
----
@ ["properties","accountNo"]
+ {"description":"The unique number of the organization account","type":"string"}
@ ["properties","enclosureNeeded"]
+ {"default":false,"description":"Indicates that an enclosure is needed","type":"boolean"}
@ ["properties","vendorAddress"]
+ {"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"description":"Primary address of the vendor.","properties":{"addressLine1":{"description":"The first line of this address","type":"string"},"addressLine2":{"description":"The second line of this address","type":"string"},"city":{"description":"The city for this address","type":"string"},"country":{"description":"The country for this address","type":"string"},"stateRegion":{"description":"The state or region for this address","type":"string"},"zipCode":{"description":"The zip code for this address","type":"string"}},"readonly":true,"type":"object"}
@ ["properties","vendorId"]
+ {"$schema":"http://json-schema.org/draft-04/schema#","description":"UUID of vendor related to the voucher","pattern":"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$","type":"string"}
