|
|
@@ -18,7 +18,7 @@
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "object",
|
|
|
- "required": ["category_id", "category_path", "rationale"],
|
|
|
+ "required": ["category_id", "category_path", "ideal_path", "rationale"],
|
|
|
"properties": {
|
|
|
"category_id": { "type": "integer" },
|
|
|
"category_path": { "type": "string", "minLength": 1 },
|
|
|
@@ -32,7 +32,7 @@
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "object",
|
|
|
- "required": ["category_id", "category_path", "rationale"],
|
|
|
+ "required": ["category_id", "category_path", "ideal_path", "rationale"],
|
|
|
"properties": {
|
|
|
"category_id": { "type": "integer" },
|
|
|
"category_path": { "type": "string", "minLength": 1 },
|