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

org.eel.kitchen.jsonschema.examples.custom-fmt.json Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
{
    "title": "custom format attribute demonstration",
    "type": "array",
    "items": {
        "type": "object",
        "properties": {
            "id": {
                "type": "string",
                "format": "uuid",
                "required": true
            },
            "name": {
                "type": "string",
                "required": true
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy