schemas/plan_templates.json aktualisiert
This commit is contained in:
parent
81473e20eb
commit
9c955db191
|
|
@ -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" } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user