Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ paths:
items:
$ref: "#/components/schemas/LocalEvaluation"
description: Optional array of local evaluations
error:
type: string
nullable: true
required:
- stepRuns
required:
Expand Down Expand Up @@ -431,6 +434,9 @@ paths:
type: array
items:
$ref: "#/components/schemas/StepRun"
error:
type: string
nullable: true
required:
- stepRuns
responses:
Expand Down Expand Up @@ -578,6 +584,9 @@ paths:
items:
$ref: "#/components/schemas/LocalEvaluation"
description: Optional array of local evaluations
error:
type: string
nullable: true
required:
- caseId
- inputs
Expand Down Expand Up @@ -649,6 +658,9 @@ paths:
type: object
additionalProperties: true
description: The returned outputs for the test case
error:
type: string
nullable: true
required:
- caseId
- inputs
Expand Down Expand Up @@ -1860,6 +1872,10 @@ components:
type: array
items:
$ref: "#/components/schemas/TestEvaluation"
error:
type: string
nullable: true
description: Error message if the test run failed

FullRun:
type: object
Expand Down Expand Up @@ -1917,6 +1933,9 @@ components:
additionalProperties:
$ref: "#/components/schemas/MetadataValueObject"
nullable: true
error:
type: string
nullable: true

TestRun:
type: object
Expand Down Expand Up @@ -2038,6 +2057,9 @@ components:
type: array
items:
$ref: "#/components/schemas/StepRun"
error:
type: string
nullable: true
required:
- stepRuns
- id
Expand Down Expand Up @@ -2085,6 +2107,9 @@ components:
endTime:
type: string
format: date-time
error:
type: string
nullable: true
required:
- providerName
- invocation
Expand Down Expand Up @@ -2126,6 +2151,9 @@ components:
pipelineRunId:
type: string
format: uuid
error:
type: string
nullable: true

RunResponse:
type: object
Expand Down Expand Up @@ -2222,6 +2250,9 @@ components:
additionalProperties:
$ref: "#/components/schemas/MetadataValueObject"
nullable: true
error:
type: string
nullable: true
required:
- stepRunId
- stepId
Expand Down