Schema Changes - 2025-07-11
This document contains the changes to the schema files compared to the main branch.
Changes
diff --git a/schema/Event/Order/parts/ShipTo.json b/schema/Event/Order/parts/ShipTo.json
index 36c9a0d..c171e4b 100644
--- a/schema/Event/Order/parts/ShipTo.json
+++ b/schema/Event/Order/parts/ShipTo.json
@@ -60,15 +60,15 @@
"type": ["number", "null"],
"format": "double"
},
- "RushOrder": {
- "description": "True/false indicator if individual Order.ShipTos is expedited",
- "type": [ "boolean", "null" ]
- },
"RushFee": {
"description": "Rush fee applied for individual Order.ShipTos",
"type": ["number", "null"],
"format": "double"
},
+ "RushOrder": {
+ "description": "True/false indicator if individual Order.ShipTos is expedited",
+ "type": ["boolean", "null"]
+ },
"ShipToAddress": {"$ref": "ShipToAddress.json"},
"ShippingCarrier": { "type": ["string", "null"] },
"ShippingCost": {