Skip to content

Commit

Permalink
Fix deviations from remote schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Nov 29, 2023
1 parent 6a6266b commit 4c5418f
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,24 +769,27 @@ components:
contentSchema:
type: string
additionalProperties: false
statusCode:
nullable: false
enum:
- accepted
- running
- successful
- failed
- dismissed
statusInfo:
type: object
required:
- jobID
- status
- type
properties:
processID:
type: string
jobID:
type: string
status:
type: string
enum:
- accepted
- running
- successful
- failed
- dismissed
$ref: "#/components/schemas/statusCode"
message:
type: string
created:
Expand Down

0 comments on commit 4c5418f

Please sign in to comment.