Schema: Add origin property to AdHocFilterWithLabels (#104320)

* add origin to AdHocFilterWithLabels

* typo

* fix

* use singular for FilterOrigin

* run ./hack/update-codegen.sh

* add canary scenes to verify typechecks

* update dashboard schema json snapshot

* fix

* fix

* update canaries

* fix

* bump scenes version
This commit is contained in:
Victor Marin
2025-04-24 11:13:17 +03:00
committed by GitHub
parent e6414a6690
commit faa33e30a9
11 changed files with 64 additions and 21 deletions
@@ -1104,6 +1104,9 @@
"type": "string",
"default": ""
}
},
"origin": {
"type": "string"
}
}
},
@@ -4585,4 +4588,4 @@
}
}
}
}
}