15 lines
No EOL
327 B
JSON
15 lines
No EOL
327 B
JSON
{
|
|
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
|
"type" : "object",
|
|
"properties" : {
|
|
"maxConfig" : {
|
|
"type" : "integer",
|
|
"format" : "int32",
|
|
"description" : "Dummy config value"
|
|
},
|
|
"$schema" : {
|
|
"type" : "string"
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
} |