From 6db9ca6d75dd9e01cb5494eeb7da5d1cc13f9488 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 21 Nov 2020 15:04:26 -0800 Subject: [PATCH] Update the parser apispec to include the new response format Missed this earlier since CI doesn't _yet_ run schemathesis --- services/parser/apispec.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/services/parser/apispec.yml b/services/parser/apispec.yml index f96bf64..1b6f96a 100644 --- a/services/parser/apispec.yml +++ b/services/parser/apispec.yml @@ -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