github.com/grokify/go-ringcentral-client@v0.3.31/codegen/specs-engagevoice_v3.0.0/openapi-spec_schema_ComparableSearchField.json (about)

     1  {
     2      "components":{
     3         "schemas":{
     4            "ComparableSearchField":{
     5              "type":"object",
     6               "properties":{
     7                  "value":{
     8                     "type":"string"
     9                  },
    10                  "operator":{
    11                     "type":"string",
    12                     "description":"Values can be `>`, `<` and `=`"
    13                  }
    14               }
    15            }
    16         }
    17      }
    18   }