Skip to content

Commit

Permalink
fix: Add schema fixes (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Sep 21, 2023
1 parent 814d022 commit cec5a0d
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ paths:
properties:
pipelineSlug:
type: string
format: uuid
description: The pipeline ID
description: Slug for the pipeline
branch:
type: string
description: The branch that the test result was created from
Expand Down Expand Up @@ -563,7 +562,7 @@ paths:
- caseId
- inputs
required:
- pipelineId
- pipelineSlug
- testRuns
responses:
"200":
Expand Down Expand Up @@ -1021,31 +1020,3 @@ components:
type: string
description: The name of the test result

TestRun:
type: object
properties:
id:
type: string
format: uuid
description: The unique identifier for the test run.
createdAt:
type: string
format: date-time
description: The date and time the test run was created.
updatedAt:
type: string
format: date-time
description: The date and time the test run was last updated.
setId:
type: string
format: uuid
description: The unique identifier for the test set associated with the test run.
branch:
type: string
description: The branch that the test run was created from
commit:
type: string
description: The commit that the test run was created from
name:
type: string
description: The name of the test run

0 comments on commit cec5a0d

Please sign in to comment.