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 2d52939 commit cb7f32bCopy full SHA for cb7f32b
schema/functions.json
@@ -101,7 +101,8 @@
101
"^/": {
102
"type": "object"
103
}
104
- }
+ },
105
+ "additionalProperties": false
106
},
107
{
108
"type": "object",
@@ -133,7 +134,8 @@
133
134
"additionalProperties": { "type": "string" }
135
136
- "required": ["method", "uri"]
137
+ "required": ["method", "uri"],
138
139
140
]
141
0 commit comments