Skip to content

Commit

Permalink
feat: Add result metadata (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Oct 3, 2023
1 parent 255527b commit f4b7237
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@ paths:
type: string
description: The name of the test result
nullable: true
metadata:
type: object
additionalProperties:
$ref: '#/components/schemas/MetadataValueObject'
nullable: true
testRuns:
type: array
items:
Expand Down Expand Up @@ -599,6 +604,11 @@ paths:
type: string
description: The name of the test result
nullable: true
metadata:
type: object
additionalProperties:
$ref: '#/components/schemas/MetadataValueObject'
nullable: true
testRuns:
type: array
items:
Expand Down Expand Up @@ -1265,6 +1275,11 @@ components:
type: string
description: The commit that the test result was created from
nullable: true
metadata:
type: object
additionalProperties:
$ref: '#/components/schemas/MetadataValueObject'
nullable: true
name:
type: string
description: The name of the test result
Expand Down

0 comments on commit f4b7237

Please sign in to comment.