schemas/plan_templates.json aktualisiert

This commit is contained in:
Lars 2025-08-12 12:50:29 +02:00
parent 81473e20eb
commit 9c955db191

View File

@ -24,8 +24,10 @@
"properties": { "properties": {
"name": { "type": "string" }, "name": { "type": "string" },
"target_minutes": { "type": "integer", "minimum": 0 }, "target_minutes": { "type": "integer", "minimum": 0 },
"must_keywords": { "type": "array", "items": { "type": "string" } }, "must_keywords": { "type": "array", "items": { "type": "string" }, "default": [] },
"forbid_keywords": { "type": "array", "items": { "type": "string" } }, "ideal_keywords": { "type": "array", "items": { "type": "string" }, "default": [] },
"supplement_keywords": { "type": "array", "items": { "type": "string" }, "default": [] },
"forbid_keywords": { "type": "array", "items": { "type": "string" }, "default": [] },
"capability_targets": { "type": "object", "additionalProperties": { "type": "integer" } } "capability_targets": { "type": "object", "additionalProperties": { "type": "integer" } }
} }
} }