{
    "$id": "https://schemas.allicator.co.uk/common/us-state/v2.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$comment": "https://webstore.ansi.org/standards/incits/incits382009",
    "title": "United States 2-letter state code",
    "description": "As defined by ANSI INCITS 38-2009",
    "examples": [ "CA", "NY" ],
    "enum": [
        "AL",
        "AK",
        "AZ",
        "AR",
        "CA",
        "CO",
        "CT",
        "DE",
        "FL",
        "GA",
        "HI",
        "ID",
        "IL",
        "IN",
        "IA",
        "KS",
        "KY",
        "LA",
        "ME",
        "MD",
        "MA",
        "MI",
        "MN",
        "MS",
        "MO",
        "MT",
        "NE",
        "NV",
        "NH",
        "NJ",
        "NM",
        "NY",
        "NC",
        "ND",
        "OH",
        "OK",
        "OR",
        "PA",
        "RI",
        "SC",
        "SD",
        "TN",
        "TX",
        "UT",
        "VT",
        "VA",
        "WA",
        "WV",
        "WI",
        "WY"
    ]
}