{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ORDER_BLUEPRINT_V2", "type": "object", "required": ["formula_id", "rows", "shadow_rows", "global_execution_gate"], "properties": { "formula_id": { "const": "ORDER_BLUEPRINT_V2" }, "global_execution_gate": { "type": "string" }, "rows": { "type": "array" }, "shadow_rows": { "type": "array" } }, "additionalProperties": true }