Skip to content
Open
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
7 changes: 7 additions & 0 deletions rst-api-spec.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ components:
required:
- runID
- dateStarted
- testPlanVersion
- result
- log
properties:
Expand All @@ -1023,6 +1024,12 @@ components:
property will be omitted.
type: string
format: date-time
testPlanVersion:
description: |
The version of the Test Plan that was used for this test run.
type: string
pattern: "^\\d+(\\.\\d+)+$"
example: "3.1.2024096"
result:
$ref: "#/components/schemas/testResult"
log:
Expand Down