diff --git a/apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2 b/apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2 index bdf598caf..ebee991a0 100644 --- a/apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2 +++ b/apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2 @@ -413,15 +413,20 @@ components: type: array items: oneOf: - - $ref: "#/components/schemas/processing_times" + - type: array + items: + $ref: '#/components/schemas/processing_time_in_seconds' + example: [200, 100, 150] - $ref: '#/components/schemas/processing_time_in_seconds' + processing_time_in_seconds: description: > Run time in seconds for a processing step's final attempt (regardless of whether it succeeded). A value of zero indicates that there were no attempts. type: number minimum: 0 + example: 50 securitySchemes: EarthDataLogin: