{
  "type": "AAMVA",
  "version": 1,
  "meta": {
    "releaseYear": 2003
  },
  "properties": {
    "DCA": {
      "description": "Jurisdiction-specific vehicle class",
      "ref": "a",
      "types": ["DL"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 4
        }
      },
      "required": true
    },
    "DCB": {
      "description": "Jurisdiction-specific restriction codes",
      "ref": "b",
      "types": ["DL"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 10
        }
      },
      "required": true
    },
    "DCD": {
      "description": "Jurisdiction-specific endorsement codes",
      "ref": "c",
      "types": ["DL"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 5
        }
      },
      "required": true
    },
    "DBA": {
      "description": "Document Expiration Date",
      "ref": "d",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": false,
          "numeric": true,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 8
        }
      },
      "required": true
    },
    "DCS": {
      "description": "Customer Family Name",
      "ref": "e",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 40
        }
      },
      "required": true
    },
    "DCT": {
      "description": "Customer Given Names",
      "ref": "f",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 80
        }
      },
      "required": true
    },
    "DCU": {
      "description": "Name Suffix",
      "ref": "g",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true,
        },
        "length": {
          "type": "variable",
          "max": 5
        }
      },
      "required": true
    },
    "DBD": {
      "description": "Document Issue Date",
      "ref": "h",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": false,
          "numeric": true,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 8
        }
      },
      "required": true
    },
    "DBB": {
      "description": "Date of Birth",
      "ref": "i",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": false,
          "numeric": true,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 8
        }
      },
      "required": true
    },
    "DBC": {
      "description": "Physical Description - Sex",
      "ref": "j",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": false,
          "numeric": true,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 1
        },
        "options": [{
          "value": 1,
          "text": "male"
        }, {
          "value": 2,
          "text": "female"
        }]
      },
      "required": true
    },
    "DAY": {
      "description": "Physical Description - Eye Color",
      "ref": "k",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": false,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 3
        }
      }
    },
    "DAU": {
      "description": "Physical Description - Height",
      "ref": "l",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": false
        },
        "length": {
          "fixed",
          "max": 6
        }
      }
    },
    "DCE": {
      "description": "Physical Description - Weight Range",
      "ref": "m",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": false,
          "numeric": true,
          "special": false
        },
        "length": {
          "type": "fixed",
          "max": 1
        },
        "options": [{
            "value": 1,
            "text": "0 – 31 kg (0 – 70 lbs)"
          },
          {
            "value": 2,
            "text": "32 – 45 kg (71 – 100 lbs)"
          },
          {
            "value": 3,
            "text": "46 - 59 kg (101 – 130 lbs)"
          },
          {
            "value": 4,
            "text": "60 - 70 kg (131 – 160 lbs)"
          },
          {
            "value": 5,
            "text": "71 - 86 kg (161 – 190 lbs)"
          },
          {
            "value": 6,
            "text": "87 - 100 kg (191 – 220 lbs)"
          },
          {
            "value": 7,
            "text": "101 - 127 kg (221 – 280 lbs)"
          },
          {
            "value": 8,
            "text": "128 – 145 kg (281 – 320 lbs)"
          },
          {
            "value": 9,
            "text": "128 – 145 kg (281 – 320 lbs)"
          }
        ]
      }
    },
    "DAG": {
      "description": "Address - Street 1",
      "ref": "n",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 35
        }
      }
    },
    "DAI": {
      "description": "Address - City",
      "ref": "o",
      "types": ["DL", "ID"],
      "attributes": {
        "characters": {
          "alpha": true,
          "numeric": true,
          "special": true
        },
        "length": {
          "type": "variable",
          "max": 20
        }
      }
    }
  }
}