{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "nickname": {
      "type": [
        "string",
        "null"
      ]
    },
    "age": {
      "type": "integer",
      "minimum": 0
    }
  }
}
