Skip to content

Commit d9d0fb0

Browse files
committed
fix error with "td-vocab-proxy--SecurityScheme"
1 parent ea2046a commit d9d0fb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/assertions/assertions/td-vocab-proxy--SecurityScheme.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"securityScheme": {
2222
"type": "object",
2323
"if": {
24-
"proxy": {
25-
"$ref": "#/$defs/url"
24+
"properties": {
25+
"proxy": {
26+
"$ref": "#/$defs/url"
27+
}
2628
},
2729
"required": ["proxy"]
2830
},

0 commit comments

Comments
 (0)