Skip to content

Commit

Permalink
Merge pull request #260 from GeoLabs/fix-at73-statusInfo-issue
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
pvretano authored Nov 4, 2021
2 parents eeae9c0 + fb567f5 commit f1ba217
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions core/openapi/schemas/results.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
additionalProperties:
oneOf:
- $ref: "inlineOrRefData.yaml"
$ref: "inlineOrRefData.yaml"
1 change: 1 addition & 0 deletions core/openapi/schemas/statusCode.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
type: string
nullable: false
enum:
- accepted
- running
Expand Down
5 changes: 5 additions & 0 deletions core/openapi/schemas/statusInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ type: object
required:
- jobID
- status
- type
properties:
processID:
type: string
type:
type: string
enum:
- process
jobID:
type: string
status:
Expand Down

0 comments on commit f1ba217

Please sign in to comment.