de.elide-model-config.7.1.1.source-code.elideVariableSchema.json Maven / Gradle / Ivy
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Elide Variable config json/hjson schema",
"type": "object",
"patternProperties": {
"^([A-Za-z0-9_]+[.]?)+$": {
"type": [
"string",
"number",
"boolean",
"array",
"object"
]
}
},
"additionalProperties": false,
"minProperties": 1
}