Skip to content

Commit c7b4516

Browse files
committed
Fix policy manifest by changing to
1 parent 48a675f commit c7b4516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/src/apicast/policy/manifest-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"definitions": {
66
"schema": {
77
"$id": "#/definitions/schema",
8-
"$ref": "http://json-schema.org/draft-07/schema#",
8+
"$schema": "http://json-schema.org/draft-07/schema#",
99
"default": {}
1010
},
1111
"version": {

0 commit comments

Comments
 (0)