Skip to content

Instantly share code, notes, and snippets.

@gberche-orange
Created July 12, 2018 09:55
Show Gist options
  • Save gberche-orange/9f2e878cc7fdb3eebc601c2b7c46e868 to your computer and use it in GitHub Desktop.
Save gberche-orange/9f2e878cc7fdb3eebc601c2b7c46e868 to your computer and use it in GitHub Desktop.
{
"type": "object",
"title": "This is my title",
"description": "This is my description: object-with-min-max-title-description.json",
"properties": {
"foo": {
"type": "integer",
"minimum": 0,
"maximum": 5,
"title": "foop",
"description": "this is one hot property"
},
"bar": {
"type": "string",
"pattern": "^[a-zA-Z]+$",
"title": "foop",
"description": "this is one hot property"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment