more stubs

This commit is contained in:
Devin Zuczek
2026-08-15 13:54:19 -04:00
parent 8ea0caa1e5
commit 11b037a2f1
67 changed files with 38566 additions and 2652 deletions
+7
View File
@@ -86,6 +86,13 @@ export function keyParam(
// ---- Response schemas ------------------------------------------------------
/**
* An opaque JSON document — the config files under `static/config/` are served verbatim
* and nothing here interprets them, so modelling their fields would be noise that goes
* stale the moment a file is replaced.
*/
export const JsonValue = z.record(z.string(), z.unknown())
/** `GET /` — the liveness probe body. */
export const ServiceStatus = z.object({
service: z.literal('cdn'),