{
  "44fth": {
    "path": "/44fth",
    "schema": {
      "type": "object",
      "summary": "Object with keys: book_title_ar, author_ar, publisher_ar, booklet_url, introduction_ar, benefits, quiz_questions, ui_strings, metadata",
      "fields": [
        "book_title_ar",
        "author_ar",
        "publisher_ar",
        "booklet_url",
        "introduction_ar",
        "benefits",
        "quiz_questions",
        "ui_strings",
        "metadata"
      ],
      "nested_arrays": [
        {
          "path": "benefits",
          "count": 44,
          "fields": [
            {
              "name": "id",
              "type": "number",
              "example": "1",
              "nullable": false
            },
            {
              "name": "page_pdf",
              "type": "number",
              "example": "4",
              "nullable": false
            },
            {
              "name": "title_short_ar",
              "type": "string",
              "example": "تفاضل الأزمان بعضها على بعض",
              "nullable": false
            },
            {
              "name": "text_ar",
              "type": "string",
              "example": "فاضل الله تعالى بين مخلوقاته، ورفع بعضها على بعض درجات، ففضل بعض الأيام والشهور ...",
              "nullable": false
            },
            {
              "name": "category_ar",
              "type": "string",
              "example": "تفاضل الأزمان",
              "nullable": false
            },
            {
              "name": "reference_ar",
              "type": "string",
              "example": "تفاضل الأزمان بعضها على بعض (صوتيات) موقع سماحة الشيخ الإمام ابن باز)",
              "nullable": false
            },
            {
              "name": "reference_url",
              "type": "string",
              "example": "https://binbaz.org.sa/audios/1319/%D8%AA%D9%81%D8%A7%D9%84-%D8%A7%D9%84%D8%A7%D8...",
              "nullable": false
            },
            {
              "name": "hashtag_ar",
              "type": "string",
              "example": "#كنوز_العشر #ذي_الحجة",
              "nullable": false
            }
          ]
        },
        {
          "path": "quiz_questions",
          "count": 10,
          "fields": [
            {
              "name": "id",
              "type": "string",
              "example": "q1",
              "nullable": false
            },
            {
              "name": "questionText",
              "type": "string",
              "example": "ما هو أفضل أيام الدنيا كما ورد في كتيب الفوائد؟",
              "nullable": false
            },
            {
              "name": "options",
              "type": "array",
              "example": "[Array of 3 items]",
              "nullable": false
            },
            {
              "name": "benefitId",
              "type": "number",
              "example": "3",
              "nullable": false
            }
          ]
        }
      ],
      "searchable_fields": [
        {
          "field": "benefits.text_ar",
          "type": "text",
          "hint": "Use for full-text search"
        },
        {
          "field": "benefits.reference_ar",
          "type": "text",
          "hint": "Use for full-text search"
        },
        {
          "field": "benefits.reference_url",
          "type": "text",
          "hint": "Use for full-text search"
        },
        {
          "field": "quiz_questions.questionText",
          "type": "text",
          "hint": "Use for full-text search"
        }
      ],
      "filterable_fields": [
        {
          "field": "benefits.id",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "benefits.page_pdf",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "benefits.title_short_ar",
          "type": "category",
          "sample_values": [
            "تفاضل الأزمان بعضها على بعض",
            "نفحات وهبات الدهر",
            "أفضل أيام الدنيا",
            "فضل الفرائض والنوافل",
            "أفضلية الأعمال المتنوعة"
          ],
          "unique_count": 10
        },
        {
          "field": "benefits.category_ar",
          "type": "category",
          "sample_values": [
            "تفاضل الأزمان",
            "الأعمال الصالحة",
            "فضل الأيام",
            "الحج",
            "يوم عرفة"
          ],
          "unique_count": 10
        },
        {
          "field": "benefits.hashtag_ar",
          "type": "category",
          "sample_values": [
            "#كنوز_العشر #ذي_الحجة"
          ],
          "unique_count": 1
        },
        {
          "field": "quiz_questions.id",
          "type": "category",
          "sample_values": [
            "q1",
            "q2",
            "q3",
            "q4",
            "q5"
          ],
          "unique_count": 10
        },
        {
          "field": "quiz_questions.benefitId",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        }
      ],
      "statistics": {
        "benefits.id": {
          "min": 1,
          "max": 44,
          "count": 44
        },
        "benefits.page_pdf": {
          "min": 4,
          "max": 24,
          "count": 44
        },
        "benefits.title_short_ar": {
          "unique_values": 10,
          "sample": [
            "تفاضل الأزمان بعضها على بعض",
            "نفحات وهبات الدهر",
            "أفضل أيام الدنيا",
            "فضل الفرائض والنوافل",
            "أفضلية الأعمال المتنوعة"
          ]
        },
        "benefits.category_ar": {
          "unique_values": 10,
          "sample": [
            "تفاضل الأزمان",
            "الأعمال الصالحة",
            "فضل الأيام",
            "الحج",
            "يوم عرفة"
          ]
        },
        "benefits.hashtag_ar": {
          "unique_values": 1,
          "sample": [
            "#كنوز_العشر #ذي_الحجة"
          ]
        },
        "quiz_questions.id": {
          "unique_values": 10,
          "sample": [
            "q1",
            "q2",
            "q3",
            "q4",
            "q5"
          ]
        },
        "quiz_questions.benefitId": {
          "min": 3,
          "max": 39,
          "count": 10
        }
      },
      "query_examples": [
        {
          "description": "Get item by ID",
          "url": "/44fth?id=1",
          "hint": "Returns single item matching the ID"
        },
        {
          "description": "Filter by category_ar",
          "url": "/44fth?category_ar=%D8%AA%D9%81%D8%A7%D8%B6%D9%84%20%D8%A7%D9%84%D8%A3%D8%B2%D9%85%D8%A7%D9%86",
          "hint": "Returns all items with this category_ar"
        },
        {
          "description": "Get item by ID",
          "url": "/44fth?id=q1",
          "hint": "Returns single item matching the ID"
        }
      ],
      "content_hints": {}
    }
  },
  "AsmaaHusna": {
    "path": "/AsmaaHusna",
    "schema": {
      "type": "object",
      "summary": "Object with keys: title, source_document_info, introduction, preliminary_chapters, names, conclusionary_chapters, final_message",
      "fields": [
        "title",
        "source_document_info",
        "introduction",
        "preliminary_chapters",
        "names",
        "conclusionary_chapters",
        "final_message"
      ],
      "nested_arrays": [
        {
          "path": "preliminary_chapters",
          "count": 2,
          "fields": [
            {
              "name": "chapter_title",
              "type": "string",
              "example": "منزلة العلم بأسماء الله تعالى وصفاته",
              "nullable": false
            },
            {
              "name": "points",
              "type": "array",
              "example": "[Array of 12 items]",
              "nullable": false
            }
          ]
        },
        {
          "path": "names",
          "count": 87,
          "fields": [
            {
              "name": "number",
              "type": "number",
              "example": "1",
              "nullable": false
            },
            {
              "name": "name_arabic",
              "type": "string",
              "example": "الله",
              "nullable": false
            },
            {
              "name": "knowledge_section",
              "type": "object",
              "example": "{Object}",
              "nullable": false
            },
            {
              "name": "quran_references",
              "type": "array",
              "example": "[Array of 1 items]",
              "nullable": false
            },
            {
              "name": "sunnah_references",
              "type": "array",
              "example": "[Array of 1 items]",
              "nullable": false
            },
            {
              "name": "conduct_section",
              "type": "object",
              "example": "{Object}",
              "nullable": false
            }
          ]
        },
        {
          "path": "conclusionary_chapters",
          "count": 1,
          "fields": [
            {
              "name": "title",
              "type": "string",
              "example": "أسماء الله ليست محصورة",
              "nullable": false
            },
            {
              "name": "points",
              "type": "array",
              "example": "[Array of 10 items]",
              "nullable": false
            }
          ]
        }
      ],
      "searchable_fields": [],
      "filterable_fields": [
        {
          "field": "preliminary_chapters.chapter_title",
          "type": "category",
          "sample_values": [
            "منزلة العلم بأسماء الله تعالى وصفاته",
            "فضل العلم بأسماء الله تعالى وصفاته"
          ],
          "unique_count": 2
        },
        {
          "field": "names.number",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "names.name_arabic",
          "type": "category",
          "sample_values": [
            "الله",
            "الرَّبُ",
            "الرحمن, الرحيم",
            "الحي",
            "القيوم"
          ],
          "unique_count": 10
        },
        {
          "field": "conclusionary_chapters.title",
          "type": "category",
          "sample_values": [
            "أسماء الله ليست محصورة"
          ],
          "unique_count": 1
        }
      ],
      "statistics": {
        "preliminary_chapters.chapter_title": {
          "unique_values": 2,
          "sample": [
            "منزلة العلم بأسماء الله تعالى وصفاته",
            "فضل العلم بأسماء الله تعالى وصفاته"
          ]
        },
        "names.number": {
          "min": 1,
          "max": 107,
          "count": 71
        },
        "names.name_arabic": {
          "unique_values": 10,
          "sample": [
            "الله",
            "الرَّبُ",
            "الرحمن, الرحيم",
            "الحي",
            "القيوم"
          ]
        },
        "conclusionary_chapters.title": {
          "unique_values": 1,
          "sample": [
            "أسماء الله ليست محصورة"
          ]
        }
      },
      "query_examples": [],
      "content_hints": {}
    }
  },
  "MenhajDareseen-p79p102": {
    "path": "/MenhajDareseen-p79p102",
    "schema": {
      "type": "array",
      "summary": "Array with 136 items",
      "fields": [
        {
          "name": "id",
          "type": "number",
          "example": "1",
          "nullable": false
        },
        {
          "name": "bloom_level",
          "type": "string",
          "example": "Remembering",
          "nullable": false
        },
        {
          "name": "question",
          "type": "string",
          "example": "ما هو تعريف المد لغةً كما ورد في النص؟",
          "nullable": false
        },
        {
          "name": "options",
          "type": "array",
          "example": "[Array of 4 items]",
          "nullable": false
        },
        {
          "name": "correct_answer",
          "type": "number",
          "example": "0",
          "nullable": false
        },
        {
          "name": "explanation",
          "type": "string",
          "example": "ورد في صفحة 79 أن المد لغة هو الزيادة والمط.",
          "nullable": false
        }
      ],
      "nested_arrays": [],
      "searchable_fields": [
        {
          "field": "explanation",
          "type": "text",
          "hint": "Use for full-text search"
        }
      ],
      "filterable_fields": [
        {
          "field": "id",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "bloom_level",
          "type": "category",
          "sample_values": [
            "Remembering",
            "Applying",
            "Understanding",
            "Analyzing",
            "Evaluating"
          ],
          "unique_count": 5
        },
        {
          "field": "question",
          "type": "category",
          "sample_values": [
            "ما هو تعريف المد لغةً كما ورد في النص؟",
            "ما هو تعريف المد اصطلاحًا؟",
            "ما هي حروف المد الثلاثة؟",
            "في قوله تعالى (أُوذِينَا)، أي حرف من حروف المد يوجد؟",
            "ما هما حرفا اللين؟"
          ],
          "unique_count": 10
        },
        {
          "field": "correct_answer",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        }
      ],
      "statistics": {
        "id": {
          "min": 1,
          "max": 136,
          "count": 136
        },
        "bloom_level": {
          "unique_values": 5,
          "sample": [
            "Remembering",
            "Applying",
            "Understanding",
            "Analyzing",
            "Evaluating"
          ]
        },
        "question": {
          "unique_values": 10,
          "sample": [
            "ما هو تعريف المد لغةً كما ورد في النص؟",
            "ما هو تعريف المد اصطلاحًا؟",
            "ما هي حروف المد الثلاثة؟",
            "في قوله تعالى (أُوذِينَا)، أي حرف من حروف المد يوجد؟",
            "ما هما حرفا اللين؟"
          ]
        },
        "correct_answer": {
          "min": 0,
          "max": 3,
          "count": 136
        }
      },
      "query_examples": [
        {
          "description": "Get item by ID",
          "url": "/MenhajDareseen-p79p102?id=1",
          "hint": "Returns single item matching the ID"
        },
        {
          "description": "Filter by bloom_level",
          "url": "/MenhajDareseen-p79p102?bloom_level=Remembering",
          "hint": "Returns all items with this bloom_level"
        },
        {
          "description": "Combine multiple filters",
          "url": "/MenhajDareseen-p79p102?bloom_level=Remembering",
          "hint": "Chain filters with &"
        }
      ],
      "content_hints": {}
    }
  },
  "alEmanBeAllah": {
    "path": "/alEmanBeAllah",
    "schema": {
      "type": "object",
      "summary": "Object with keys: book_title, main_theme, introduction, chapters",
      "fields": [
        "book_title",
        "main_theme",
        "introduction",
        "chapters"
      ],
      "nested_arrays": [
        {
          "path": "chapters",
          "count": 5,
          "fields": [
            {
              "name": "title",
              "type": "string",
              "example": "أولاً: هل عرفت الله حقاً؟",
              "nullable": false
            },
            {
              "name": "pages",
              "type": "array",
              "example": "[Array of 5 items]",
              "nullable": false
            }
          ]
        }
      ],
      "searchable_fields": [],
      "filterable_fields": [
        {
          "field": "chapters.title",
          "type": "category",
          "sample_values": [
            "أولاً: هل عرفت الله حقاً؟",
            "ثانياً: ما أدلة وجود الله؟",
            "ثالثا: ما حقيقة القول بالمصادفة ؟!",
            "رابعاً: أسماء الله وصفاته ؟!",
            "الاسم الثامن : اسم الله الرب"
          ],
          "unique_count": 5
        }
      ],
      "statistics": {
        "chapters.title": {
          "unique_values": 5,
          "sample": [
            "أولاً: هل عرفت الله حقاً؟",
            "ثانياً: ما أدلة وجود الله؟",
            "ثالثا: ما حقيقة القول بالمصادفة ؟!",
            "رابعاً: أسماء الله وصفاته ؟!",
            "الاسم الثامن : اسم الله الرب"
          ]
        }
      },
      "query_examples": [],
      "content_hints": {}
    }
  },
  "fatwaCategories": {
    "path": "/fatwaCategories",
    "schema": {
      "type": "array",
      "summary": "Array with 5 items",
      "fields": [
        {
          "name": "id",
          "type": "number",
          "example": "1",
          "nullable": false
        },
        {
          "name": "title",
          "type": "string",
          "example": "العقيدة",
          "nullable": false
        },
        {
          "name": "slug",
          "type": "string",
          "example": "aqeedah",
          "nullable": false
        },
        {
          "name": "sections",
          "type": "array",
          "example": "[Array of 10 items]",
          "nullable": false
        }
      ],
      "nested_arrays": [],
      "searchable_fields": [],
      "filterable_fields": [
        {
          "field": "id",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "title",
          "type": "category",
          "sample_values": [
            "العقيدة",
            "الفقه",
            "القرآن",
            "الحديث",
            "الآداب"
          ],
          "unique_count": 5
        },
        {
          "field": "slug",
          "type": "category",
          "sample_values": [
            "aqeedah",
            "fiqh",
            "quran",
            "hadith",
            "adab"
          ],
          "unique_count": 5
        }
      ],
      "statistics": {
        "id": {
          "min": 1,
          "max": 5,
          "count": 5
        },
        "title": {
          "unique_values": 5,
          "sample": [
            "العقيدة",
            "الفقه",
            "القرآن",
            "الحديث",
            "الآداب"
          ]
        },
        "slug": {
          "unique_values": 5,
          "sample": [
            "aqeedah",
            "fiqh",
            "quran",
            "hadith",
            "adab"
          ]
        }
      },
      "query_examples": [
        {
          "description": "Get item by ID",
          "url": "/fatwaCategories?id=1",
          "hint": "Returns single item matching the ID"
        },
        {
          "description": "Combine multiple filters",
          "url": "/fatwaCategories?title=%D8%A7%D9%84%D8%B9%D9%82%D9%8A%D8%AF%D8%A9",
          "hint": "Chain filters with &"
        }
      ],
      "content_hints": {}
    }
  },
  "fatwaCategoriesMin": {
    "path": "/fatwaCategoriesMin",
    "schema": {
      "type": "array",
      "summary": "Array with 5 items",
      "fields": [
        {
          "name": "id",
          "type": "number",
          "example": "1",
          "nullable": false
        },
        {
          "name": "title",
          "type": "string",
          "example": "العقيدة",
          "nullable": false
        },
        {
          "name": "slug",
          "type": "string",
          "example": "aqeedah",
          "nullable": false
        },
        {
          "name": "sections",
          "type": "array",
          "example": "[Array of 10 items]",
          "nullable": false
        }
      ],
      "nested_arrays": [],
      "searchable_fields": [],
      "filterable_fields": [
        {
          "field": "id",
          "type": "number",
          "hint": "Filter with exact match, e.g., ?id=1"
        },
        {
          "field": "title",
          "type": "category",
          "sample_values": [
            "العقيدة",
            "الفقه وأصوله",
            "علوم القرآن",
            "علوم الحديث",
            "الآداب"
          ],
          "unique_count": 5
        },
        {
          "field": "slug",
          "type": "category",
          "sample_values": [
            "aqeedah",
            "fiqh",
            "quran",
            "hadith",
            "adab"
          ],
          "unique_count": 5
        }
      ],
      "statistics": {
        "id": {
          "min": 1,
          "max": 5,
          "count": 5
        },
        "title": {
          "unique_values": 5,
          "sample": [
            "العقيدة",
            "الفقه وأصوله",
            "علوم القرآن",
            "علوم الحديث",
            "الآداب"
          ]
        },
        "slug": {
          "unique_values": 5,
          "sample": [
            "aqeedah",
            "fiqh",
            "quran",
            "hadith",
            "adab"
          ]
        }
      },
      "query_examples": [
        {
          "description": "Get item by ID",
          "url": "/fatwaCategoriesMin?id=1",
          "hint": "Returns single item matching the ID"
        },
        {
          "description": "Combine multiple filters",
          "url": "/fatwaCategoriesMin?title=%D8%A7%D9%84%D8%B9%D9%82%D9%8A%D8%AF%D8%A9",
          "hint": "Chain filters with &"
        }
      ],
      "content_hints": {}
    }
  }
}