Skip to content

Commit 6797bd8

Browse files
Update openapi.yml to include required fields in schemas
1 parent 09cd1c9 commit 6797bd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,13 @@ components:
793793
type: array
794794
items:
795795
$ref: '#/components/schemas/Trip'
796+
required:
797+
- agencies
798+
- routes
799+
- situations
800+
- stopTimes
801+
- stops
802+
- trips
796803

797804
Route:
798805
type: object

0 commit comments

Comments
 (0)