File size: 244 Bytes
edd1999
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "title": "Your schema will appear here...",
    "type": "object",
    "properties": {
      "example_property": {
        "type": "string",
        "description": "An example property"
      }
    },
    "required": ["example_property"]
}