{
  "title": "person",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "format": "uid",
      "pattern": "#[a-z0-9]?i#",
      "example": "fgy564dj4fdf56gfj4fg56fjh",
      "description": "User ID"
    },
    "firstname": {
      "type": "string",
      "minLength": 2,
      "maxLength": 150,
      "example": "John"
    },
    "surname": {
      "type": "string",
      "minLength": 2,
      "maxLength": 150,
      "example": "Dou"
    }
  }
}
