diff --git a/schema/Order.yaml b/schema/Order.yaml index 3253c4cf..569d81aa 100644 --- a/schema/Order.yaml +++ b/schema/Order.yaml @@ -100,4 +100,8 @@ properties: tags: type: array items: - $ref: "./TagGroup.yaml" \ No newline at end of file + $ref: "./TagGroup.yaml" + state: + description: The current state of the order. This can represent various stages like 'Pending', 'Processing', 'Shipped', etc., as defined by the network policy. + allOf: + - $ref: "./State.yaml" \ No newline at end of file