{ "x_schema_version": 1, "type": "object", "additionalProperties": false, "required": ["topic", "tags", "content_md", "confidence"], "properties": { "topic": { "type": "string" }, "tags": { "type": "array", "maxItems": 8, "items": { "type": "string" } }, "content_md": { "type": "string" }, "confidence": { "type": "number", "minimum": 0, "maximum": 1 } } }