Skip to content

Commit

Permalink
fix: Add metadata revisions (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Sep 28, 2023
1 parent 266b094 commit 001c418
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ paths:
type: string
format: uuid
description: The ID of the test case
metadata:
type: object
additionalProperties:
$ref: '#/components/schemas/MetadataValueObject'
nullable: true
stepRuns:
type: array
description: Use outputs.steps insteads.
Expand Down Expand Up @@ -918,6 +923,11 @@ components:
name:
type: string
deprecated: true
metadata:
type: object
additionalProperties:
$ref: '#/components/schemas/MetadataValueObject'
nullable: true
stepRuns:
type: array
items:
Expand Down

0 comments on commit 001c418

Please sign in to comment.