diff --git a/python/idsse_common/idsse/common/schema/region.json b/python/idsse_common/idsse/common/schema/region.json index 9a78c78..9695ee5 100644 --- a/python/idsse_common/idsse/common/schema/region.json +++ b/python/idsse_common/idsse/common/schema/region.json @@ -1,6 +1,6 @@ { "Region": { - "description": "Identifier for a geographic region either by name", + "description": "Identifier for a geographic region by name", "type": "string", "enum": ["CONUS", "ALASKA", "PUERTO_RICO", "HAWAII", "GUAM"] },