Skip to content

Commit 4da4b2a

Browse files
committed
Make feed url required in schema
1 parent dcc765d commit 4da4b2a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ components:
2727
properties:
2828
feedUrl:
2929
type: string
30+
required: true
3031
example: "https://example.com/gbfs.json"
3132
auth:
3233
oneOf:

0 commit comments

Comments
 (0)