{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": ["parent-workflow-id", "product-decision-id", "benchmark-ref", "benchmark-sha256", "strategy-ref", "strategy-sha256", "experience-thesis", "target-users", "jobs-to-be-done", "value-proposition", "differentiation", "content-model", "page-inventory", "navigation-model", "message-hierarchy", "task-flows", "state-matrix", "responsive-priorities", "accessibility-intent", "success-metrics"], "properties": { "parent-workflow-id": {"type": "string", "minLength": 1}, "product-decision-id": {"type": "string", "minLength": 1}, "benchmark-ref": {"type": "string", "minLength": 1}, "benchmark-sha256": {"type": "string", "pattern": "^[0-9a-f]{64}$"}, "strategy-ref": {"type": "string", "minLength": 1}, "strategy-sha256": {"type": "string", "pattern": "^[0-9a-f]{64}$"}, "experience-thesis": {"type": "string", "minLength": 1}, "target-users": {"type": "array", "minItems": 1}, "jobs-to-be-done": {"type": "array", "minItems": 1}, "value-proposition": {"type": "string", "minLength": 1}, "differentiation": {"type": "array", "minItems": 1}, "content-model": {"type": "object", "minProperties": 1}, "page-inventory": {"type": "array", "minItems": 1}, "navigation-model": {"type": "object", "minProperties": 1}, "message-hierarchy": {"type": "array", "minItems": 1}, "task-flows": {"type": "array", "minItems": 1}, "state-matrix": {"type": "object", "required": ["default", "loading", "empty", "error", "partial", "completed"]}, "responsive-priorities": {"type": "array", "minItems": 1}, "accessibility-intent": {"type": "object", "minProperties": 1}, "success-metrics": {"type": "array", "minItems": 1} } }