schema improvements: add additionalProperties: false to ensure closed types
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
@@ -38,6 +39,7 @@
|
||||
},
|
||||
"services": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"opt": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user