{
  "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": "Units",
            "type": "string",
            "constraints": {
              "enum": [
                "Percentage",
                "Number of stocks",
                ""
              ]
            },
            "title": "Units"
          },
          {
            "name": "Status",
            "type": "string",
            "constraints": {
              "enum": [
                "Healthy zone",
                "Cautious zone",
                "Critical zone",
                "Status uncertain",
                "Healthy and cautious zones",
                ""
              ]
            },
            "title": "Stock status"
          },
          {
            "name": "Region",
            "type": "string",
            "constraints": {
              "enum": [
                "Canada",
                "Pacific",
                "Arctic",
                "Atlantic",
                ""
              ]
            },
            "title": "Region"
          },
          {
            "name": "Stock group",
            "type": "string",
            "constraints": {
              "enum": [
                "Marine mammals",
                "Groundfish",
                "Small pelagics",
                "Large pelagics",
                "Salmonids",
                "Crustaceans",
                "Molluscs",
                "Others",
                ""
              ]
            },
            "title": "Stock group"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "14-2-1",
  "title": "Proportion of key fish stocks in the Cautious and Healthy zones"
}