diff --git a/json-schema/schema.json b/json-schema/schema.json index 6149368..4d24921 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -172,7 +172,16 @@ "type": "object", "properties": { "order:status": { - "type": "string" + "type": "string", + "enum": [ + "orderable", + "ordered", + "pending", + "shipping", + "succeeded", + "failed", + "canceled" + ] }, "order:id": { "type": "string" @@ -197,4 +206,4 @@ "additionalProperties": false } } -} \ No newline at end of file +}