Move scene semantics to deterministic validation

This commit is contained in:
2026-07-24 14:40:54 +00:00
parent e2cb0d901a
commit dc7c0e2f9e
4 changed files with 25 additions and 15 deletions

View File

@@ -6,16 +6,13 @@
"required": ["kind", "title", "summary"],
"properties": {
"kind": {
"type": "string",
"enum": ["combat", "narrative", "recap", "meta"]
"type": "string"
},
"title": {
"type": "string",
"minLength": 1
"type": "string"
},
"summary": {
"type": "string",
"minLength": 1
"type": "string"
}
}
}