Skip to content

Commit e827e7f

Browse files
committed
Add required fields for proxy-config
1 parent 70340d1 commit e827e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference-manual/native-image/assets/proxy-config-schema-v1.0.0.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"title": "List of interfaces that dynamic proxy implements"
2626
}
2727
},
28+
"required": [
29+
"interfaces"
30+
],
2831
"type": "object"
2932
},
3033
"type": "array",

0 commit comments

Comments
 (0)