Trim and validate scene caveats

This commit is contained in:
2026-07-05 13:30:32 +00:00
parent 95218218e2
commit d3f790095e
6 changed files with 49 additions and 9 deletions

View File

@@ -76,7 +76,8 @@
"boundary_caveats": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"minLength": 1
}
}
}