|
|
@@ -15,12 +15,6 @@
|
|
|
"body_excerpt_note"
|
|
|
],
|
|
|
"additionalProperties": false,
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "if": { "properties": { "body_excerpt": { "const": "" } } },
|
|
|
- "then": { "properties": { "body_excerpt_note": { "const": "" } } }
|
|
|
- }
|
|
|
- ],
|
|
|
"properties": {
|
|
|
"category_id": { "type": "integer" },
|
|
|
"category_path": { "type": "string", "minLength": 1 },
|
|
|
@@ -40,12 +34,6 @@
|
|
|
"body_excerpt_note"
|
|
|
],
|
|
|
"additionalProperties": false,
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "if": { "properties": { "body_excerpt": { "const": "" } } },
|
|
|
- "then": { "properties": { "body_excerpt_note": { "const": "" } } }
|
|
|
- }
|
|
|
- ],
|
|
|
"properties": {
|
|
|
"source_type": { "type": "string", "enum": ["实质", "形式"] },
|
|
|
"path": { "type": "string", "minLength": 1 },
|