Skip to content

Commit 782a489

Browse files
committed
Make feed url required in schema
1 parent dcc765d commit 782a489

File tree

1 file changed

+2
-0
lines changed
  • gbfs-validator-java-api/src/main/resources/public

1 file changed

+2
-0
lines changed

gbfs-validator-java-api/src/main/resources/public/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ components:
2424
application/json:
2525
schema:
2626
type: object
27+
required:
28+
- feedUrl
2729
properties:
2830
feedUrl:
2931
type: string

0 commit comments

Comments
 (0)