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

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "time": {
            "title": "Time duration",
            "type": "integer",
            "default": 100,
            "minimum": 0
        },
        "timeUnit": {
            "title": "Time unit",
            "type": "string",
            "default": "MILLISECONDS",
            "enum": ["MILLISECONDS", "SECONDS"]
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy