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

com.github.fge.jsonschema.examples.custom-fmt.json Maven / Gradle / Ivy

The newest version!
{
    "title": "custom format attribute demonstration",
    "type": "array",
    "items": {
        "type": "object",
        "required": [ "id", "name" ],
        "properties": {
            "id": {
                "type": "string",
                "format": "uuid"
            },
            "name": {
                "type": "string"
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy