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

feat: enable schemas for fspiop 2 0 #172

Merged
merged 4 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ module.exports = {
reject: [
// 10.1.0 is a breaking change and has some issues
'@apidevtools/json-schema-ref-parser',
// Upgrading the following redocly dependencies breaks with the following error:
// node_modules/@redocly/openapi-core/lib/types/redocly-yaml.d.ts:2:33 - error TS2307: Cannot find module 'json-schema-to-ts' or its corresponding type declarations.
'@redocly/cli',
'@redocly/openapi-core',
// Updating eslint breaks the build
'eslint'
]
}
1,009 changes: 204 additions & 805 deletions docs/fspiop-rest-v1.0-openapi3-snippets.yaml

Large diffs are not rendered by default.

449 changes: 103 additions & 346 deletions docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml

Large diffs are not rendered by default.

580 changes: 131 additions & 449 deletions docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml

Large diffs are not rendered by default.

622 changes: 144 additions & 478 deletions docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml

Large diffs are not rendered by default.

785 changes: 179 additions & 606 deletions docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml

Large diffs are not rendered by default.

1,182 changes: 296 additions & 886 deletions docs/thirdparty-openapi3-snippets.yaml

Large diffs are not rendered by default.

Loading