Skip to content

Commit

Permalink
chore: regen schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Dec 13, 2024
1 parent aff7b5b commit 3aa02ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion schemas/agent-test-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@
"errorMessage": {
"type": "string"
},
"subjectName": {
"type": "string"
},
"testSetName": {
"type": "string"
},
"testCases": {
"type": "array",
"items": {
"$ref": "#/definitions/TestCaseResult"
}
}
},
"required": ["status", "startTime", "testCases"],
"required": ["status", "startTime", "subjectName", "testSetName", "testCases"],
"additionalProperties": false
},
"TestStatus": {
Expand Down

0 comments on commit 3aa02ee

Please sign in to comment.