Update the parser apispec to include the new response format

Missed this earlier since CI doesn't _yet_ run schemathesis
This commit is contained in:
R Tyler Croy 2020-11-21 15:04:26 -08:00
parent 508346498d
commit 6db9ca6d75
1 changed files with 13 additions and 12 deletions

View File

@ -84,8 +84,7 @@ components:
type: object
required:
- uuid
- contexts
- steps
- batches
properties:
uuid:
type: string
@ -98,16 +97,18 @@ components:
summary: 'A simplistic Pipeline'
value:
uuid: '9edc4483-a78a-480f-8e06-2726db1ddf24'
contexts:
- uuid: '8109f601-12e8-4621-96c6-11baff409d93'
properties:
name: 'Build'
steps:
- uuid: '6193b9b1-c6be-4c18-9bb8-1aeead5e7d14'
context: '8109f601-12e8-4621-96c6-11baff409d93'
symbol: 'sh'
parameters:
- 'ls'
batches:
- mode: Linear
contexts:
- uuid: '8109f601-12e8-4621-96c6-11baff409d93'
properties:
name: 'Build'
steps:
- uuid: '6193b9b1-c6be-4c18-9bb8-1aeead5e7d14'
context: '8109f601-12e8-4621-96c6-11baff409d93'
symbol: 'sh'
parameters:
- 'ls'
ParsePipelineFailure:
type: object