File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -677,10 +677,11 @@ components:
677
677
type : boolean
678
678
entry :
679
679
$ref : ' #/components/schemas/Agency'
680
-
681
680
references :
682
681
$ref : ' #/components/schemas/Reference'
683
-
682
+ required :
683
+ - entry
684
+ - references
684
685
CoverageResponse :
685
686
type : object
686
687
properties :
@@ -692,6 +693,9 @@ components:
692
693
$ref : ' #/components/schemas/Coverage'
693
694
references :
694
695
$ref : ' #/components/schemas/Reference'
696
+ required :
697
+ - list
698
+ - references
695
699
696
700
CurrentTime :
697
701
type : object
@@ -708,6 +712,9 @@ components:
708
712
$ref : ' #/components/schemas/CurrentTime'
709
713
references :
710
714
$ref : ' #/components/schemas/Reference'
715
+ required :
716
+ - entry
717
+ - references
711
718
712
719
ResponseWrapper :
713
720
type : object
@@ -1044,6 +1051,9 @@ components:
1044
1051
$ref : ' #/components/schemas/Config'
1045
1052
references :
1046
1053
$ref : ' #/components/schemas/Reference'
1054
+ required :
1055
+ - entry
1056
+ - references
1047
1057
1048
1058
StopsForLocation :
1049
1059
type : object
You can’t perform that action at this time.
0 commit comments