diff --git a/schemas/api/location-filter.json b/schemas/api/location-filter.json index 8fb2f13..f5b1873 100644 --- a/schemas/api/location-filter.json +++ b/schemas/api/location-filter.json @@ -4,7 +4,7 @@ "title": "LocationFilterObject", "description": "Location filter API Response. Provides a location's data for filtering on the frontend", "type": "object", - "required": ["n", "t", "s"], + "required": ["n", "s"], "additionalProperties": false, "properties": { "n": {