{
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "Optional UTM source/campaign label for attribution."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query, e.g. 'react source maps'.",
"minLength": 1
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"product": {
"type": "string",
"enum": [
"error-monitoring",
"tracing",
"logs",
"session-replay",
"seer",
"profiling",
"uptime-monitoring",
"cron-monitoring"
]
}
},
"required": [
"product"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}