{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Partial_RequestResponseRMTToOperators_", "title": "Partial_RequestResponseRMTToOperators_", "properties": { "country_code": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "latency": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "cost": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "provider": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "time_to_first_token": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "status": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "request_created_at": { "$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_" }, "response_created_at": { "$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_" }, "model": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "user_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "organization_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "node_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "job_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "threat": { "$ref": "#/components/schemas/Partial_BooleanOperators_" }, "request_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "prompt_tokens": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "completion_tokens": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "prompt_cache_read_tokens": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "prompt_cache_write_tokens": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "total_tokens": { "$ref": "#/components/schemas/Partial_NumberOperators_" }, "target_url": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "property_key": { "properties": { "equals": { "type": "string" } }, "required": [ "equals" ], "type": "object" }, "properties": { "properties": {}, "additionalProperties": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "type": "object" }, "search_properties": { "properties": {}, "additionalProperties": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "type": "object" }, "scores": { "properties": {}, "additionalProperties": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "type": "object" }, "scores_column": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "request_body": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "response_body": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "cache_enabled": { "$ref": "#/components/schemas/Partial_BooleanOperators_" }, "cache_reference_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "cached": { "$ref": "#/components/schemas/Partial_BooleanOperators_" }, "assets": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "helicone-score-feedback": { "$ref": "#/components/schemas/Partial_BooleanOperators_" }, "prompt_id": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "prompt_version": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "request_referrer": { "$ref": "#/components/schemas/Partial_TextOperators_" }, "is_passthrough_billing": { "$ref": "#/components/schemas/Partial_BooleanOperators_" } }, "type": "object", "description": "Make all properties in T optional" }