diff options
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json index 2bf52d0895d..5fed9716c5c 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -459,7 +459,8 @@ "appId", "input", "identifier", - "numberOfImages" + "numberOfImages", + "completionExpectedAt" ], "properties": { "id": { @@ -488,6 +489,10 @@ "numberOfImages": { "type": "integer", "format": "int64" + }, + "completionExpectedAt": { + "type": "integer", + "format": "int64" } } }, |