{
  "fields": [
    {
      "name": "crash_year",
      "type": "integer",
      "title": "Crash_Year"
    },
    {
      "name": "crash_police_region",
      "type": "string",
      "title": "Crash_Police_Region",
      "description": "Queensland Police Service region, or Unknown."
    },
    {
      "name": "crash_severity",
      "type": "string",
      "title": "Crash_Severity",
      "description": "Fatal, Hospitalisation, Medical treatment, Minor injury or Property damage only."
    },
    {
      "name": "involving_motorcycle_moped",
      "type": "boolean",
      "title": "Involving_Motorcycle_Moped",
      "trueValues": [
        "Yes"
      ],
      "falseValues": [
        "No"
      ]
    },
    {
      "name": "involving_truck",
      "type": "boolean",
      "title": "Involving_Truck",
      "trueValues": [
        "Yes"
      ],
      "falseValues": [
        "No"
      ]
    },
    {
      "name": "involving_bus",
      "type": "boolean",
      "title": "Involving_Bus",
      "trueValues": [
        "Yes"
      ],
      "falseValues": [
        "No"
      ]
    },
    {
      "name": "count_crashes",
      "type": "integer",
      "title": "Count_Crashes"
    },
    {
      "name": "count_casualty_fatality",
      "type": "integer",
      "title": "Count_Casualty_Fatality"
    },
    {
      "name": "count_casualty_hospitalised",
      "type": "integer",
      "title": "Count_Casualty_Hospitalised"
    },
    {
      "name": "count_casualty_medically_treated",
      "type": "integer",
      "title": "Count_Casualty_MedicallyTreated"
    },
    {
      "name": "count_casualty_minor_injury",
      "type": "integer",
      "title": "Count_Casualty_MinorInjury"
    },
    {
      "name": "count_casualty_all",
      "type": "integer",
      "title": "Count_Casualty_All"
    }
  ],
  "missingValues": [
    ""
  ],
  "primaryKey": [
    "crash_year",
    "crash_police_region",
    "crash_severity",
    "involving_motorcycle_moped",
    "involving_truck",
    "involving_bus"
  ]
}
