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 80c781e commit dfc8292Copy full SHA for dfc8292
schemas/v3.1/schema.json
@@ -20,7 +20,10 @@
20
"type": "array",
21
"items": {
22
"$ref": "#/$defs/server"
23
- }
+ },
24
+ "default": [
25
+ { "url": "/" }
26
+ ]
27
},
28
"paths": {
29
"$ref": "#/$defs/paths"
schemas/v3.1/schema.yaml
@@ -17,6 +17,8 @@ properties:
17
type: array
18
items:
19
$ref: '#/$defs/server'
+ default:
+ - url: /
paths:
$ref: '#/$defs/paths'
webhooks:
0 commit comments