Align the spell response schema

This commit is contained in:
2026-07-23 03:57:55 +00:00
parent 4b0b166143
commit 250c5c22b8
3 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "notarius.dnd.spells.llm",
"$id": "notarius.dnd.spells",
"type": "object",
"additionalProperties": false,
"required": ["spell_casts"],