|
47 | 47 | "capacity": { |
48 | 48 | "$id": "#/definitions/stop/properties/capacity", |
49 | 49 | "$ref": "#/definitions/vehicle_type_counts", |
50 | | - "description": "Number of total spaces per vehicle_type" |
| 50 | + "description": "Number of total places per vehicle_type" |
51 | 51 | }, |
52 | 52 | "num_vehicles_available": { |
53 | 53 | "$id": "#/definitions/stop/properties/num_vehicles_available", |
|
94 | 94 | "$ref": "#/definitions/string", |
95 | 95 | "description": "Cross street of where Stop is located" |
96 | 96 | }, |
97 | | - "num_spaces_available": { |
98 | | - "$id": "#/definitions/stop/properties/num_spaces_available", |
| 97 | + "num_places_available": { |
| 98 | + "$id": "#/definitions/stop/properties/num_places_available", |
99 | 99 | "$ref": "#/definitions/vehicle_type_counts", |
100 | | - "description": "Number of spaces free to be populated per vehicle_type" |
| 100 | + "description": "Number of places free to be populated per vehicle_type" |
101 | 101 | }, |
102 | | - "num_spaces_disabled": { |
103 | | - "$id": "#/definitions/stop/properties/num_spaces_disabled", |
| 102 | + "num_places_disabled": { |
| 103 | + "$id": "#/definitions/stop/properties/num_places_disabled", |
104 | 104 | "$ref": "#/definitions/vehicle_type_counts", |
105 | | - "description": "Number of spaces disabled an unable to accept vehicles per vehicle_type" |
| 105 | + "description": "Number of places disabled an unable to accept vehicles per vehicle_type" |
106 | 106 | }, |
107 | 107 | "parent_stop": { |
108 | 108 | "$id": "#/definitions/stop/properties/parent_stop", |
|
0 commit comments