{"swagger":"2.0","info":{"description":"Orchestrates callbacks from CCD relating to management and stitching of bundles","version":"0.0.1","title":"EM CCD Orchestrator"},"host":"localhost:8081","basePath":"/","tags":[{"name":"ccd-clone-bundle-controller","description":"Ccd Clone Bundle Controller"},{"name":"ccd-stitch-bundle-callback-controller","description":"Ccd Stitch Bundle Callback Controller"},{"name":"new-bundle-controller","description":"New Bundle Controller"}],"paths":{"/api/clone-ccd-bundles":{"post":{"tags":["ccd-clone-bundle-controller"],"summary":"cloneCcdBundles","operationId":"cloneCcdBundlesUsingPOST","consumes":["application/json"],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CcdCallbackResponseDto"}},"201":{"description":"Created"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"}},"deprecated":false}},"/api/new-bundle":{"post":{"tags":["new-bundle-controller"],"summary":"prepareNewBundle","operationId":"prepareNewBundleUsingPOST","consumes":["application/json"],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CcdCallbackResponseDto"}},"201":{"description":"Created"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"}},"deprecated":false}},"/api/stitch-ccd-bundles":{"post":{"tags":["ccd-stitch-bundle-callback-controller"],"summary":"stitchCcdBundles","operationId":"stitchCcdBundlesUsingPOST","consumes":["application/json"],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CcdCallbackResponseDto"}},"201":{"description":"Created"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"}},"deprecated":false}}},"definitions":{"CcdCallbackResponseDto":{"type":"object","properties":{"data":{"$ref":"#/definitions/JsonNode"},"errors":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}}},"title":"CcdCallbackResponseDto"},"JsonNode":{"type":"object","properties":{"array":{"type":"boolean"},"bigDecimal":{"type":"boolean"},"bigInteger":{"type":"boolean"},"binary":{"type":"boolean"},"boolean":{"type":"boolean"},"containerNode":{"type":"boolean"},"double":{"type":"boolean"},"float":{"type":"boolean"},"floatingPointNumber":{"type":"boolean"},"int":{"type":"boolean"},"integralNumber":{"type":"boolean"},"long":{"type":"boolean"},"missingNode":{"type":"boolean"},"nodeType":{"type":"string","enum":["ARRAY","BINARY","BOOLEAN","MISSING","NULL","NUMBER","OBJECT","POJO","STRING"]},"null":{"type":"boolean"},"number":{"type":"boolean"},"object":{"type":"boolean"},"pojo":{"type":"boolean"},"short":{"type":"boolean"},"textual":{"type":"boolean"},"valueNode":{"type":"boolean"}},"title":"JsonNode"}}}
