Skip to content

Commit

Permalink
fix: Change to inputs as object (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Jun 17, 2023
1 parent 60cd34e commit b266094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ components:
nullable: true
description: The expected output for the test case
inputs:
type: string
description: The input data for the test case as a JSON string
type: object
description: The input data for the test case as a JSON object
name:
type: string
description: The name of the test case
Expand Down

0 comments on commit b266094

Please sign in to comment.