{
  "resources": [
    {
      "path": "data.csv",
      "name": "data",
      "profile": "tabular-data-resource",
      "scheme": "file",
      "format": "csv",
      "hashing": "md5",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Year",
            "type": "integer",
            "title": "Year"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "Physical violence",
                "Sexual violence",
                ""
              ]
            },
            "title": "Series"
          },
          {
            "name": "Gender",
            "type": "string",
            "constraints": {
              "enum": [
                "Men",
                "Women",
                ""
              ]
            },
            "title": "Gender"
          },
          {
            "name": "Age group",
            "type": "string",
            "constraints": {
              "enum": [
                "15 to 24 years",
                "25 to 34 years",
                "35 to 44 years",
                "45 to 54 years",
                "55 to 64 years",
                "65 years and older",
                ""
              ]
            },
            "title": "Age group"
          },
          {
            "name": "Sexual orientation",
            "type": "string",
            "constraints": {
              "enum": [
                "Heterosexual",
                "Lesbian or gay",
                "Bisexual",
                ""
              ]
            },
            "title": "Sexual orientation"
          },
          {
            "name": "First Nations, Métis, or Inuit identity",
            "type": "string",
            "constraints": {
              "enum": [
                "Indigenous person",
                "First Nations",
                "Métis",
                "Inuit",
                "Non-Indigenous person",
                ""
              ]
            },
            "title": "First Nations, Métis, or Inuit identity"
          },
          {
            "name": "Visible minority",
            "type": "string",
            "constraints": {
              "enum": [
                "Visible minority",
                "Non-visible minority",
                ""
              ]
            },
            "title": "Visible minority"
          },
          {
            "name": "Person with disability",
            "type": "string",
            "constraints": {
              "enum": [
                "Has a disability",
                "Does not have a disability",
                ""
              ]
            },
            "title": "Person with disability"
          },
          {
            "name": "Immigrant status",
            "type": "string",
            "constraints": {
              "enum": [
                "Immigrant",
                "Non-immigrant",
                ""
              ]
            },
            "title": "Immigrant status"
          },
          {
            "name": "Marital status",
            "type": "string",
            "constraints": {
              "enum": [
                "Married or common-law",
                "Separated, divorced, or widowed",
                "Single, never married",
                ""
              ]
            },
            "title": "Marital status"
          },
          {
            "name": "Type of crime",
            "type": "string",
            "constraints": {
              "enum": [
                "Sexual violence",
                "Physical violence",
                ""
              ]
            },
            "title": "Type of crime"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "16-1-3",
  "title": "Proportion of population subjected to (a) physical violence, (b) psychological violence and (c) sexual violence in the previous 12 months"
}