We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8dd8c commit f3e9508Copy full SHA for f3e9508
docs/OperationsAPI.yaml
@@ -444,12 +444,14 @@ components:
444
* `deprecated` Feed is explicitly deprecated and should not be used in public trip planners.
445
* `inactive` Feed hasn't been recently updated and should be used at risk of providing outdated information.
446
* `development` Feed is being used for development purposes and should not be used in public trip planners.
447
+ * `future` Feed is not yet active but will be in the future.
448
type: string
449
enum:
450
- active
451
- deprecated
452
- inactive
453
- development
454
+ - future
455
example: active
456
457
DataType:
0 commit comments