Skip to content

Commit

Permalink
update api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 11, 2024
1 parent b431e81 commit 941925b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,9 @@ components:
processing_times:
description: >
List of run times for the job's processing steps in the order that they were executed.
An empty list represents a failure to calculate processing times.
This value is null if the job failed or if there was a failure to calculate processing times.
type: array
nullable: true
items:
oneOf:
- type: array
Expand All @@ -425,6 +426,7 @@ components:
Run time in seconds for a processing step's final attempt.
type: number
minimum: 0
exclusiveMinimum: true
example: 50

securitySchemes:
Expand Down

0 comments on commit 941925b

Please sign in to comment.