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": {
|