Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 10, 2022
1 parent 0090c21 commit 3d3cc0a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tests/System/resources/openapi_collection_backend.json
Expand Up @@ -5745,6 +5745,12 @@
},
"endpoint": {
"type": "string"
},
"responses": {
"type": "array",
"items": {
"$ref": "#\/components\/schemas\/Event_Subscription_Response"
}
}
}
},
Expand All @@ -5766,6 +5772,30 @@
}
]
},
"Event_Subscription_Response": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"status": {
"type": "integer"
},
"code": {
"type": "integer"
},
"attempts": {
"type": "integer"
},
"error": {
"type": "string"
},
"executeDate": {
"format": "date-time",
"type": "string"
}
}
},
"Event_Subscription_Update": {
"allOf": [
{
Expand Down

0 comments on commit 3d3cc0a

Please sign in to comment.