All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.elide-model-config.7.1.1.source-code.elideVariableSchema.json Maven / Gradle / Ivy

There is a newer version: 7.1.2
Show newest version
{
    "$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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy