1 files changed, 0 insertions, 15 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": {
|