github.com/grokify/go-ringcentral-client@v0.3.31/codegen/specs-engagevoice_v3.0.0/openapi-spec_schema_DateTimeComparableSearchField.json (about) 1 { 2 "components":{ 3 "schemas":{ 4 "DateTimeComparableSearchField":{ 5 "type":"object", 6 "properties":{ 7 "value":{ 8 "type":"string", 9 "format":"date-time" 10 }, 11 "operator":{ 12 "type":"string", 13 "description":"Values can be `>`, `<` and `=`" 14 } 15 } 16 } 17 } 18 } 19 }