{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/State", "title": "State", "type": "string", "description": "State abbreviation for employee home address", "example": "VIC", "enum": [ "ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA" ] }