{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/QueryParamsObject",
"title": "QueryParamsObject",
"type": "object",
"properties": {
"example_param_1": {
"type": "string",
"example": "example_value_1",
"description": "An example key-value pair that will be sent to the agent."
},
"example_param_2": {
"type": "string",
"example": "example_value_2",
"description": "Another example key-value pair that will be sent to the agent."
},
"example_param_3": {
"type": "string",
"example": "example_value_3",
"description": "Another example key-value pair that will be sent to the agent."
}
}
}