Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor non-normative workflow explanation to "exchange" explanation. #261

Merged
merged 3 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,7 @@ async function injectOas(config, document) {
let holderApi = await SwaggerParser.validate('holder.yml');
console.log('API name: %s, Version: %s',
holderApi.info.title, holderApi.info.version);
let workflowApi = await SwaggerParser.validate('workflow.yml');
console.log('API name: %s, Version: %s',
workflowApi.info.title, workflowApi.info.version);
const apis = [issuerApi, verifierApi, holderApi, workflowApi];
const apis = [issuerApi, verifierApi, holderApi];

buildApiSummaryTables({config, document, apis});
buildEndpointDetails({config, document, apis});
Expand Down
50 changes: 0 additions & 50 deletions components/WorkflowStartResponse.yml

This file was deleted.

23 changes: 23 additions & 0 deletions diagrams/exchange-generic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading