{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Model",
  "definitions": {
    "Payload": {
      "type": "object",
      "title": "Payload",
      "properties": {
        "value": {
          "$ref": "#/definitions/google__protobuf__NullValue",
          "default": "NULL_VALUE"
        },
        "values": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/google__protobuf__NullValue"
          },
          "default": []
        },
        "lookup": {
          "type": "object",
          "propertyNames": {
            "type": "string",
            "x-python-type": "str"
          },
          "additionalProperties": {
            "$ref": "#/definitions/google__protobuf__NullValue"
          },
          "default": {}
        }
      },
      "additionalProperties": false
    },
    "google__protobuf__NullValue": {
      "type": "string",
      "enum": [
        "NULL_VALUE"
      ],
      "title": "NullValue",
      "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.",
      "x-enum-varnames": [
        "NULL_VALUE"
      ],
      "x-enum-descriptions": [
        "Null value."
      ]
    }
  }
}
