{ "title": "ClinicGuide FAQ record", "type": "object", "required": [ "id", "group_id", "lang", "category", "intent", "procedure", "question", "answer", "must_cite", "allow_clinical_advice", "handoff", "source", "last_reviewed" ], "properties": { "id": { "type": "string" }, "group_id": { "type": "string" }, "lang": { "enum": ["en", "ar", "fa"] }, "category": { "type": "string" }, "intent": { "enum": ["faq", "booking", "clinical_refusal", "emergency"] }, "procedure": { "type": "string" }, "question": { "type": "string" }, "answer": { "type": "string" }, "must_cite": { "type": "boolean" }, "allow_clinical_advice": { "const": false }, "handoff": { "type": "string" }, "source": { "type": "string" }, "last_reviewed": { "type": "string" } } }