{
  "schema_version": 1,
  "formnumber": 500,
  "source": "master",
  "title": "Thorough Examination",
  "description": "Default mobile schema for LOLER thorough examination input.",
  "result_mode": "standard",
  "sections": [
    {
      "id": "examination",
      "title": "Examination",
      "fields": [
        {
          "name": "nature",
          "label": "Nature of examination",
          "type": "select",
          "required": true,
          "default": "In-Service Thorough Examination",
          "options": [
            {
              "value": "In-Service Thorough Examination",
              "label": "In-Service Thorough Examination"
            },
            {
              "value": "Initial Thorough Examination",
              "label": "Initial Thorough Examination"
            },
            {
              "value": "In Accordance With An Examination Scheme",
              "label": "In Accordance With An Examination Scheme"
            },
            {
              "value": "After The Occurrence Of Exceptional Circumstances",
              "label": "After The Occurrence Of Exceptional Circumstances"
            }
          ]
        }
      ]
    },
    {
      "id": "findings",
      "title": "Findings",
      "fields": [
        {
          "name": "adefect",
          "label": "A Defect",
          "type": "textarea",
          "required": false,
          "default": "",
          "phrase_group": "phrases",
          "phrase_target": "adefect"
        },
        {
          "name": "bdefect",
          "label": "B Defect",
          "type": "textarea",
          "required": false,
          "default": "",
          "phrase_group": "phrases",
          "phrase_target": "bdefect"
        },
        {
          "name": "obs",
          "label": "Observations and recommendations",
          "type": "textarea",
          "required": false,
          "default": "",
          "phrase_group": "phrases",
          "phrase_target": "obs"
        }
      ]
    }
  ],
  "output_map": {
    "nature": "reportitems.nature",
    "adefect": "reportitems.adefect",
    "bdefect": "reportitems.bdefect",
    "obs": "reportitems.obs"
  }
}
