{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "anyOf": [
    {
      "$ref": "#/definitions/GetAccountTokenUsageParams"
    },
    {
      "type": "null"
    }
  ],
  "definitions": {
    "GetAccountTokenUsageParams": {
      "properties": {
        "threadId": {
          "description": "When present, read estimated usage for this thread instead of account-wide token activity.",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": "object"
    }
  },
  "title": "Nullable_GetAccountTokenUsageParams"
}