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

schemas.v15.changeconfiguration.json Maven / Gradle / Ivy

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "ChangeConfigurationRequest",
    "type": "object",
    "properties": {
        "key": {
            "type": "string"
        },
        "value": {
            "type": "string"
        }
    },
    "required": [
        "key",
        "value"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy