com.github.fge.jsonschema.examples.custom-fmt.json Maven / Gradle / Ivy
{
"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