{
  "title": "streetStateClassification",
  "description": "a value denoting the primary classification of the street record",
  "primaryKey": ["value"],
  "type": "object",
  "audit": false,
  "properties": {
    "value": {
      "type": "integer",
      "maxLength": 2
    },
    "description": {
      "type": "string",
      "maxLength": 20
    }
  },
  "required": ["value", "description"]
}

