{
  "name": "unece-units-of-measure",
  "title": "UNECE Units of measure",
  "version": "17.0",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "sources": [
    {
      "name": "UNECE",
      "path": "https://www.unece.org/uncefact/codelistrecs.html",
      "title": "UNECE"
    }
  ],
  "resources": [
    {
      "path": "data/units-of-measure.csv",
      "name": "units-of-measure",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Status",
            "type": "string",
            "description": "See description of status in newest documentation PDF of recommendation no. 20"
          },
          {
            "name": "CommonCode",
            "type": "string",
            "description": "UNECE code for the unit of measure"
          },
          {
            "name": "Name",
            "type": "string"
          },
          {
            "name": "Description",
            "type": "string"
          },
          {
            "name": "LevelAndCategory",
            "type": "string",
            "description": "See levels.csv"
          },
          {
            "name": "Symbol",
            "type": "string",
            "description": "The symbol used to represent the unit of measure as in ISO 31 / 80000."
          },
          {
            "name": "ConversionFactor",
            "type": "string",
            "description": "The value used to convert units to the equivalent SI unit when applicable."
          }
        ]
      }
    },
    {
      "path": "data/levels.csv",
      "name": "levels",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "LevelAndCategory",
            "type": "string"
          },
          {
            "name": "Description",
            "type": "string"
          }
        ]
      }
    }
  ],
  "collection": "reference-data"
}