Schemas
person
- objectExample:
{"id":10,"name":"string","gender":"male","location":"string","age":21,"photoUrls":["string"],"hobby":"string"}
Properties:id
[ "integer", "number", "string" ]RequiredPerson IDExample:10
>= 10
Minimum string length:4
name
stringExample:"string"
Maximum number of items:100
gender
[ "string", "integer" ]Example:"male"
>= 4
Enum:male
female
unknown
location
string or nulllocation can be null, set using `nullable` property thats supported by OpenAPI `3.0.x`Example:"string"
age
integerAge of PersonExample:21
multiple of:5
>= 21
photoUrls
[ "array", "boolean", "string" ]One URL or Array or URLs or set to falseExample:["string"]
Maximum number of items:20
hobby
[ "string", "array" ]comma separated list of hobbies or an array of objectExample:"string"