diff --git a/schemas/tsp/stations-retrieve/response.json b/schemas/tsp/stations-retrieve/response.json index ef5e883d4..76f840bd2 100644 --- a/schemas/tsp/stations-retrieve/response.json +++ b/schemas/tsp/stations-retrieve/response.json @@ -47,7 +47,7 @@ "$ref": "http://maasglobal.com/core/components/station.json#/definitions/services" } }, - "required": ["id", "location", "agencyId", "services"], + "required": ["id", "location", "agencyId"], "additionalProperties": false } }