Schemas

person

  • object
    Example: {"id":10,"name":"string","gender":"male","location":"string","age":21,"photoUrls":["string"],"hobby":"string"}
    Properties:
    • id
      [ "integer", "number", "string" ]
      Required
      Person ID
      Example: 10
      >= 10
      Minimum string length: 4
    • name
      string
      Example: "string"
      Maximum number of items: 100
    • gender
      [ "string", "integer" ]
      Example: "male"
      >= 4
      Enum: male female unknown
    • location
      string or null
      location can be null, set using `nullable` property thats supported by OpenAPI `3.0.x`
      Example: "string"
    • age
      integer
      Age of Person
      Example: 21
      multiple of: 5
      >= 21
    • photoUrls
      [ "array", "boolean", "string" ]
      One URL or Array or URLs or set to false
      Example: ["string"]
      Maximum number of items: 20
    • hobby
      [ "string", "array" ]
      comma separated list of hobbies or an array of object
      Example: "string"