{
  "properties": {
    "value": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "string",
          "x-python-type": "Callable[[int], int]"
        },
        {
          "type": "null"
        }
      ],
      "title": "Value"
    }
  },
  "required": [
    "value"
  ],
  "title": "NoneFirst",
  "type": "object"
}