{
  "table_id": "task_categories",
  "title": "Task Categories",
  "description": "Provide description of Task categories.",
  "data_dictionary": "https://www.onetcenter.org/dictionary/30.4/json/task_categories.html",
  "column": [
    {
      "column_id": "scale_id",
      "optional": false,
      "title": "Scale ID",
      "description": "Scale ID",
      "type": "Text",
      "format": "Character Varying(3)"
    },
    {
      "column_id": "scale_name",
      "optional": false,
      "title": "Scale Name",
      "description": "Scale Name",
      "type": "Text",
      "format": "Character Varying(50)"
    },
    {
      "column_id": "category",
      "optional": false,
      "title": "Category",
      "description": "Category value associated with Scale ID",
      "type": "Number",
      "format": "Integer(3)"
    },
    {
      "column_id": "category_description",
      "optional": false,
      "title": "Category Description",
      "description": "Detail description of category associated with Scale ID",
      "type": "Text",
      "format": "Character Varying(1000)"
    }
  ],
  "row": [
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 1,
      "category_description": "Yearly or less"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 2,
      "category_description": "More than yearly"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 3,
      "category_description": "More than monthly"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 4,
      "category_description": "More than weekly"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 5,
      "category_description": "Daily"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 6,
      "category_description": "Several times daily"
    },
    {
      "scale_id": "FT",
      "scale_name": "Frequency of Task (Categories 1-7)",
      "category": 7,
      "category_description": "Hourly or more"
    }
  ]
}