summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-17 02:36:49 +0200
committerRory& <root@rory.gay>2026-06-17 02:36:49 +0200
commite932a7e69f3270c0dc7d2353f3db10ce7ea64245 (patch)
treefe6eabdf4981276557023498734b1d79ffef398c
parentRoutes: reduce scope of api imports to api/util (diff)
downloadserver-ts-e932a7e69f3270c0dc7d2353f3db10ce7ea64245.tar.xz
Regenerate assets
-rw-r--r--assets/openapi.json15
-rw-r--r--assets/schemas.json17
2 files changed, 0 insertions, 32 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 45a151ba..cb36dd63 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -224,21 +224,6 @@ "message" ] }, - "RouteResponse": { - "type": "object", - "properties": { - "status": { - "type": "integer" - }, - "body": { - "type": "string", - "pattern": "^.*Response$" - }, - "headers": { - "$ref": "#/components/schemas/Record%3Cstring%2Cstring%3E" - } - } - }, "ActivitySchema": { "type": "object", "properties": { diff --git a/assets/schemas.json b/assets/schemas.json
index b82fe518..de6311a5 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -207,23 +207,6 @@ ], "$schema": "http://json-schema.org/draft-07/schema#" }, - "RouteResponse": { - "type": "object", - "properties": { - "status": { - "type": "integer" - }, - "body": { - "type": "string", - "pattern": "^.*Response$" - }, - "headers": { - "$ref": "#/definitions/Record%3Cstring%2Cstring%3E" - } - }, - "additionalProperties": false, - "$schema": "http://json-schema.org/draft-07/schema#" - }, "ActivitySchema": { "type": "object", "properties": {