states, provinces, regions
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegionTarget", "title": "RegionTarget", "description": "states, provinces, regions", "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "id" ], "type": "object" }