{ "$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 }