@api-client/ui 0.1.9 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deployment.yml +0 -2
- package/build/src/decorators/reactive.d.ts.map +1 -1
- package/build/src/decorators/reactive.js +17 -8
- package/build/src/decorators/reactive.js.map +1 -1
- package/build/src/index.d.ts +0 -17
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +0 -18
- package/build/src/index.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.js +6 -5
- package/build/src/md/dialog/internals/Dialog.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.js +14 -10
- package/build/src/md/dialog/internals/Dialog.styles.js.map +1 -1
- package/demo/elements/authorization/api-key.html +1 -1
- package/demo/elements/authorization/basic.html +1 -1
- package/demo/elements/authorization/bearer.html +1 -1
- package/demo/elements/authorization/index.html +0 -3
- package/demo/elements/authorization/ntlm.html +1 -1
- package/demo/elements/authorization/oauth-authorize.html +1 -1
- package/demo/elements/authorization/oauth-error.html +1 -1
- package/demo/elements/authorization/oauth2.html +1 -1
- package/demo/elements/authorization/oidc.html +1 -1
- package/demo/elements/context-menu/basic.html +1 -1
- package/demo/elements/context-menu/custom-data.html +1 -1
- package/demo/elements/context-menu/enabled-state.html +1 -1
- package/demo/elements/context-menu/icons.html +1 -1
- package/demo/elements/context-menu/nested.html +1 -1
- package/demo/elements/context-menu/no-execute.html +1 -1
- package/demo/elements/context-menu/radio-menu.html +1 -1
- package/demo/elements/context-menu/separators.html +1 -1
- package/demo/elements/environment/environment-editor.html +1 -1
- package/demo/elements/environment/server-editor.html +1 -1
- package/demo/elements/environment/variables-editor.html +1 -1
- package/demo/elements/har/har-viewer.html +1 -1
- package/demo/elements/highlight/index.html +0 -4
- package/demo/elements/highlight/marked-highlight.html +1 -1
- package/demo/elements/highlight/prism-highlight.html +1 -1
- package/demo/elements/http/body-editor.html +1 -1
- package/demo/elements/http/headers.html +1 -1
- package/demo/elements/http/http-assertions.html +1 -1
- package/demo/elements/http/http-flows.html +1 -1
- package/demo/elements/http/request-editor.html +1 -1
- package/demo/elements/http/request-log.html +1 -1
- package/demo/elements/http/url-editing.html +1 -1
- package/demo/elements/icons/index.html +1 -1
- package/demo/elements/index.html +0 -3
- package/demo/elements/project/index.html +7 -0
- package/demo/elements/project/project-run-report.html +1 -1
- package/demo/elements/project/request-editor.html +1 -1
- package/demo/elements/user/user-avatar.html +1 -1
- package/demo/elements/user/user-avatar.ts +1 -1
- package/demo/index.html +3 -3
- package/demo/layout/index.html +1 -1
- package/demo/{elements/md → md}/UiDemoPage.ts +1 -1
- package/demo/{elements/md → md}/buttons/button.html +3 -3
- package/demo/{elements/md → md}/buttons/button.ts +10 -10
- package/demo/{elements/md → md}/buttons/icon-button.html +3 -3
- package/demo/{elements/md → md}/buttons/icon-button.ts +4 -4
- package/demo/{elements/md → md}/buttons/segmented-buttons.html +3 -3
- package/demo/{elements/md → md}/buttons/segmented-buttons.ts +4 -4
- package/demo/{elements/md → md}/chip/chip.html +3 -3
- package/demo/{elements/md → md}/chip/chip.ts +5 -5
- package/demo/{elements/md → md}/collapse/CustomDetail.ts +2 -2
- package/demo/{elements/md → md}/collapse/collapse.html +3 -3
- package/demo/{elements/md → md}/collapse/collapse.ts +1 -1
- package/demo/{elements/md → md}/dialog/dialog.html +7 -3
- package/demo/{elements/md → md}/dialog/dialog.ts +19 -12
- package/demo/{elements/md → md}/index.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.ts +4 -4
- package/demo/{elements/md → md}/inputs/input.html +3 -3
- package/demo/{elements/md → md}/inputs/input.ts +7 -7
- package/demo/{elements/md → md}/inputs/radio.html +3 -3
- package/demo/{elements/md → md}/inputs/radio.ts +4 -4
- package/demo/{elements/md → md}/inputs/switch.html +3 -3
- package/demo/{elements/md → md}/inputs/switch.ts +5 -5
- package/demo/{elements/md → md}/list/dropdown-list.html +3 -3
- package/demo/{elements/md → md}/list/dropdown-list.ts +9 -9
- package/demo/{elements/md → md}/list/list.html +3 -3
- package/demo/{elements/md → md}/list/list.ts +5 -5
- package/demo/{elements/md → md}/notification/snack.html +3 -3
- package/demo/{elements/md → md}/notification/snack.ts +2 -2
- package/demo/{elements/md → md}/progress/progress.html +3 -3
- package/demo/{elements/md → md}/progress/progress.ts +2 -2
- package/demo/{elements/md → md}/tabs/tabs.html +3 -3
- package/demo/{elements/md → md}/tabs/tabs.ts +7 -7
- package/demo/tsconfig.json +0 -3
- package/eslint.config.js +0 -3
- package/package.json +44 -71
- package/src/decorators/reactive.ts +18 -8
- package/src/index.ts +0 -19
- package/src/md/dialog/internals/Dialog.styles.ts +14 -10
- package/src/md/dialog/internals/Dialog.ts +6 -5
- package/test/core/activity.spec.ts +3 -3
- package/tsconfig.all.json +7 -0
- package/tsconfig.json +1 -0
- package/web-dev-server.config.js +21 -0
- package/web-test-runner.config.js +8 -28
- package/bin/dev.ts +0 -7
- package/bin/test.ts +0 -6
- package/build/src/amf/lib/AmfInputParser.d.ts +0 -69
- package/build/src/amf/lib/AmfInputParser.d.ts.map +0 -1
- package/build/src/amf/lib/AmfInputParser.js +0 -189
- package/build/src/amf/lib/AmfInputParser.js.map +0 -1
- package/build/src/amf/lib/AmfParameters.d.ts +0 -166
- package/build/src/amf/lib/AmfParameters.d.ts.map +0 -1
- package/build/src/amf/lib/AmfParameters.js +0 -720
- package/build/src/amf/lib/AmfParameters.js.map +0 -1
- package/build/src/amf/lib/AmfSecurity.d.ts +0 -7
- package/build/src/amf/lib/AmfSecurity.d.ts.map +0 -1
- package/build/src/amf/lib/AmfSecurity.js +0 -41
- package/build/src/amf/lib/AmfSecurity.js.map +0 -1
- package/build/src/amf/lib/InputCache.d.ts +0 -45
- package/build/src/amf/lib/InputCache.d.ts.map +0 -1
- package/build/src/amf/lib/InputCache.js +0 -92
- package/build/src/amf/lib/InputCache.js.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts +0 -38
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.js +0 -248
- package/build/src/amf/lib/Oauth2RamlCustomData.js.map +0 -1
- package/build/src/amf/lib/PayloadUtils.d.ts +0 -19
- package/build/src/amf/lib/PayloadUtils.d.ts.map +0 -1
- package/build/src/amf/lib/PayloadUtils.js +0 -73
- package/build/src/amf/lib/PayloadUtils.js.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.d.ts +0 -44
- package/build/src/amf/lib/QueryParameterProcessor.d.ts.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.js +0 -167
- package/build/src/amf/lib/QueryParameterProcessor.js.map +0 -1
- package/build/src/amf/lib/UrlUtils.d.ts +0 -49
- package/build/src/amf/lib/UrlUtils.d.ts.map +0 -1
- package/build/src/amf/lib/UrlUtils.js +0 -209
- package/build/src/amf/lib/UrlUtils.js.map +0 -1
- package/build/src/amf/lib/Utils.d.ts +0 -43
- package/build/src/amf/lib/Utils.d.ts.map +0 -1
- package/build/src/amf/lib/Utils.js +0 -204
- package/build/src/amf/lib/Utils.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts +0 -8
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.js +0 -18
- package/build/src/amf/lib/navigation-layout/ApiSorting.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts +0 -33
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js +0 -178
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts +0 -25
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.js +0 -91
- package/build/src/amf/lib/navigation-layout/NaturalTree.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts +0 -4
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.js +0 -71
- package/build/src/amf/plugins/ApiNavigationCommands.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts +0 -16
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.js +0 -40
- package/build/src/amf/plugins/ApiNavigationContextMenu.js.map +0 -1
- package/build/src/amf/store/AmfGraphStore.d.ts +0 -39
- package/build/src/amf/store/AmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfGraphStore.js +0 -62
- package/build/src/amf/store/AmfGraphStore.js.map +0 -1
- package/build/src/amf/store/AmfStore.d.ts +0 -122
- package/build/src/amf/store/AmfStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfStore.js +0 -171
- package/build/src/amf/store/AmfStore.js.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.d.ts +0 -6
- package/build/src/amf/store/DomEventsAmfStore.d.ts.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.js +0 -5
- package/build/src/amf/store/DomEventsAmfStore.js.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.d.ts +0 -137
- package/build/src/amf/store/InMemAmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.js +0 -586
- package/build/src/amf/store/InMemAmfGraphStore.js.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts +0 -38
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js +0 -99
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js.map +0 -1
- package/build/src/amf/types.d.ts +0 -320
- package/build/src/amf/types.d.ts.map +0 -1
- package/build/src/amf/types.js +0 -2
- package/build/src/amf/types.js.map +0 -1
- package/build/src/define/amf/api-annotation-document.d.ts +0 -10
- package/build/src/define/amf/api-annotation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-annotation-document.js +0 -27
- package/build/src/define/amf/api-annotation-document.js.map +0 -1
- package/build/src/define/amf/api-authorization-editor.d.ts +0 -10
- package/build/src/define/amf/api-authorization-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-authorization-editor.js +0 -27
- package/build/src/define/amf/api-authorization-editor.js.map +0 -1
- package/build/src/define/amf/api-channel-document.d.ts +0 -10
- package/build/src/define/amf/api-channel-document.d.ts.map +0 -1
- package/build/src/define/amf/api-channel-document.js +0 -27
- package/build/src/define/amf/api-channel-document.js.map +0 -1
- package/build/src/define/amf/api-documentation-document.d.ts +0 -10
- package/build/src/define/amf/api-documentation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation-document.js +0 -27
- package/build/src/define/amf/api-documentation-document.js.map +0 -1
- package/build/src/define/amf/api-documentation.d.ts +0 -10
- package/build/src/define/amf/api-documentation.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation.js +0 -27
- package/build/src/define/amf/api-documentation.js.map +0 -1
- package/build/src/define/amf/api-navigation.d.ts +0 -10
- package/build/src/define/amf/api-navigation.d.ts.map +0 -1
- package/build/src/define/amf/api-navigation.js +0 -27
- package/build/src/define/amf/api-navigation.js.map +0 -1
- package/build/src/define/amf/api-operation-document.d.ts +0 -10
- package/build/src/define/amf/api-operation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-operation-document.js +0 -27
- package/build/src/define/amf/api-operation-document.js.map +0 -1
- package/build/src/define/amf/api-parameter-document.d.ts +0 -10
- package/build/src/define/amf/api-parameter-document.d.ts.map +0 -1
- package/build/src/define/amf/api-parameter-document.js +0 -27
- package/build/src/define/amf/api-parameter-document.js.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts +0 -10
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.js +0 -27
- package/build/src/define/amf/api-parametrized-security-scheme.js.map +0 -1
- package/build/src/define/amf/api-payload-document.d.ts +0 -10
- package/build/src/define/amf/api-payload-document.d.ts.map +0 -1
- package/build/src/define/amf/api-payload-document.js +0 -27
- package/build/src/define/amf/api-payload-document.js.map +0 -1
- package/build/src/define/amf/api-request-document.d.ts +0 -10
- package/build/src/define/amf/api-request-document.d.ts.map +0 -1
- package/build/src/define/amf/api-request-document.js +0 -27
- package/build/src/define/amf/api-request-document.js.map +0 -1
- package/build/src/define/amf/api-request-editor.d.ts +0 -10
- package/build/src/define/amf/api-request-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-request-editor.js +0 -27
- package/build/src/define/amf/api-request-editor.js.map +0 -1
- package/build/src/define/amf/api-request.d.ts +0 -10
- package/build/src/define/amf/api-request.d.ts.map +0 -1
- package/build/src/define/amf/api-request.js +0 -27
- package/build/src/define/amf/api-request.js.map +0 -1
- package/build/src/define/amf/api-resource-document.d.ts +0 -10
- package/build/src/define/amf/api-resource-document.d.ts.map +0 -1
- package/build/src/define/amf/api-resource-document.js +0 -27
- package/build/src/define/amf/api-resource-document.js.map +0 -1
- package/build/src/define/amf/api-response-document.d.ts +0 -10
- package/build/src/define/amf/api-response-document.d.ts.map +0 -1
- package/build/src/define/amf/api-response-document.js +0 -27
- package/build/src/define/amf/api-response-document.js.map +0 -1
- package/build/src/define/amf/api-schema-document.d.ts +0 -10
- package/build/src/define/amf/api-schema-document.d.ts.map +0 -1
- package/build/src/define/amf/api-schema-document.js +0 -27
- package/build/src/define/amf/api-schema-document.js.map +0 -1
- package/build/src/define/amf/api-security-document.d.ts +0 -10
- package/build/src/define/amf/api-security-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-document.js +0 -27
- package/build/src/define/amf/api-security-document.js.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.d.ts +0 -10
- package/build/src/define/amf/api-security-requirement-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.js +0 -27
- package/build/src/define/amf/api-security-requirement-document.js.map +0 -1
- package/build/src/define/amf/api-server-picker.d.ts +0 -10
- package/build/src/define/amf/api-server-picker.d.ts.map +0 -1
- package/build/src/define/amf/api-server-picker.js +0 -27
- package/build/src/define/amf/api-server-picker.js.map +0 -1
- package/build/src/define/amf/api-summary.d.ts +0 -10
- package/build/src/define/amf/api-summary.d.ts.map +0 -1
- package/build/src/define/amf/api-summary.js +0 -27
- package/build/src/define/amf/api-summary.js.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-apikey-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-basic-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-bearer-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oidc-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts +0 -61
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.js +0 -176
- package/build/src/elements/amf/ApiAnnotationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js +0 -46
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts +0 -143
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js +0 -379
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js +0 -25
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts +0 -28
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.js +0 -85
- package/build/src/elements/amf/ApiChannelDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.d.ts +0 -254
- package/build/src/elements/amf/ApiDocumentation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.js +0 -686
- package/build/src/elements/amf/ApiDocumentation.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.js +0 -11
- package/build/src/elements/amf/ApiDocumentation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.d.ts +0 -103
- package/build/src/elements/amf/ApiDocumentationBase.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.js +0 -291
- package/build/src/elements/amf/ApiDocumentationBase.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts +0 -29
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.js +0 -79
- package/build/src/elements/amf/ApiDocumentationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js +0 -32
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.d.ts +0 -579
- package/build/src/elements/amf/ApiNavigation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.js +0 -2244
- package/build/src/elements/amf/ApiNavigation.element.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiNavigation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.js +0 -159
- package/build/src/elements/amf/ApiNavigation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts +0 -266
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.js +0 -1002
- package/build/src/elements/amf/ApiOperationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.js +0 -67
- package/build/src/elements/amf/ApiOperationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.js +0 -94
- package/build/src/elements/amf/ApiParameterDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiParameterDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts +0 -19
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js +0 -58
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js +0 -4
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.js +0 -131
- package/build/src/elements/amf/ApiPayloadDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiPayloadDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.d.ts +0 -131
- package/build/src/elements/amf/ApiRequest.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.js +0 -318
- package/build/src/elements/amf/ApiRequest.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequest.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.js +0 -11
- package/build/src/elements/amf/ApiRequest.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts +0 -115
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.js +0 -401
- package/build/src/elements/amf/ApiRequestDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.js +0 -13
- package/build/src/elements/amf/ApiRequestDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts +0 -485
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.js +0 -1735
- package/build/src/elements/amf/ApiRequestEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.js +0 -160
- package/build/src/elements/amf/ApiRequestEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts +0 -233
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.js +0 -706
- package/build/src/elements/amf/ApiResourceDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.js +0 -91
- package/build/src/elements/amf/ApiResourceDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts +0 -79
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.js +0 -298
- package/build/src/elements/amf/ApiResponseDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiResponseDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts +0 -144
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.js +0 -765
- package/build/src/elements/amf/ApiSchemaDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiSchemaDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts +0 -180
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.js +0 -592
- package/build/src/elements/amf/ApiSecurityDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.js +0 -89
- package/build/src/elements/amf/ApiSecurityDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts +0 -16
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js +0 -76
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js +0 -7
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.d.ts +0 -256
- package/build/src/elements/amf/ApiServerPicker.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.js +0 -715
- package/build/src/elements/amf/ApiServerPicker.element.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.js +0 -25
- package/build/src/elements/amf/ApiServerPicker.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.d.ts +0 -90
- package/build/src/elements/amf/ApiSummary.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.js +0 -385
- package/build/src/elements/amf/ApiSummary.element.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSummary.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.js +0 -192
- package/build/src/elements/amf/ApiSummary.styles.js.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts +0 -56
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.js +0 -499
- package/build/src/elements/amf/SchemaCommonTemplates.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts +0 -60
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.js +0 -237
- package/build/src/elements/amf/authorization/AmfApiKey.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.d.ts +0 -16
- package/build/src/elements/amf/authorization/AmfBasic.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.js +0 -86
- package/build/src/elements/amf/authorization/AmfBasic.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.d.ts +0 -15
- package/build/src/elements/amf/authorization/AmfBearer.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.js +0 -73
- package/build/src/elements/amf/authorization/AmfBearer.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts +0 -236
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.js +0 -795
- package/build/src/elements/amf/authorization/AmfOauth2.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.d.ts +0 -14
- package/build/src/elements/amf/authorization/AmfOidc.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.js +0 -72
- package/build/src/elements/amf/authorization/AmfOidc.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts +0 -58
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.js +0 -259
- package/build/src/elements/amf/authorization/AmfPassThrough.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts +0 -53
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.js +0 -291
- package/build/src/elements/amf/authorization/AmfRamlCustom.js.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts +0 -3
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.js +0 -40
- package/build/src/elements/amf/authorization/Authorization.styles.js.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts +0 -3
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.js +0 -46
- package/build/src/elements/amf/styles/AuthorizationMethod.js.map +0 -1
- package/build/src/elements/amf/styles/Common.d.ts +0 -3
- package/build/src/elements/amf/styles/Common.d.ts.map +0 -1
- package/build/src/elements/amf/styles/Common.js +0 -150
- package/build/src/elements/amf/styles/Common.js.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.d.ts +0 -3
- package/build/src/elements/amf/styles/SchemaCommon.d.ts.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.js +0 -376
- package/build/src/elements/amf/styles/SchemaCommon.js.map +0 -1
- package/build/src/events/amf/ApiEvents.d.ts +0 -25
- package/build/src/events/amf/ApiEvents.d.ts.map +0 -1
- package/build/src/events/amf/ApiEvents.js +0 -42
- package/build/src/events/amf/ApiEvents.js.map +0 -1
- package/build/src/events/amf/BaseEvents.d.ts +0 -69
- package/build/src/events/amf/BaseEvents.d.ts.map +0 -1
- package/build/src/events/amf/BaseEvents.js +0 -64
- package/build/src/events/amf/BaseEvents.js.map +0 -1
- package/build/src/events/amf/DocumentationEvents.d.ts +0 -17
- package/build/src/events/amf/DocumentationEvents.d.ts.map +0 -1
- package/build/src/events/amf/DocumentationEvents.js +0 -27
- package/build/src/events/amf/DocumentationEvents.js.map +0 -1
- package/build/src/events/amf/EndpointEvents.d.ts +0 -21
- package/build/src/events/amf/EndpointEvents.d.ts.map +0 -1
- package/build/src/events/amf/EndpointEvents.js +0 -35
- package/build/src/events/amf/EndpointEvents.js.map +0 -1
- package/build/src/events/amf/EventTypes.d.ts +0 -65
- package/build/src/events/amf/EventTypes.d.ts.map +0 -1
- package/build/src/events/amf/EventTypes.js +0 -65
- package/build/src/events/amf/EventTypes.js.map +0 -1
- package/build/src/events/amf/Events.d.ts +0 -63
- package/build/src/events/amf/Events.d.ts.map +0 -1
- package/build/src/events/amf/Events.js +0 -38
- package/build/src/events/amf/Events.js.map +0 -1
- package/build/src/events/amf/NavigationEvents.d.ts +0 -50
- package/build/src/events/amf/NavigationEvents.d.ts.map +0 -1
- package/build/src/events/amf/NavigationEvents.js +0 -59
- package/build/src/events/amf/NavigationEvents.js.map +0 -1
- package/build/src/events/amf/OperationEvents.d.ts +0 -17
- package/build/src/events/amf/OperationEvents.d.ts.map +0 -1
- package/build/src/events/amf/OperationEvents.js +0 -27
- package/build/src/events/amf/OperationEvents.js.map +0 -1
- package/build/src/events/amf/PayloadEvents.d.ts +0 -10
- package/build/src/events/amf/PayloadEvents.d.ts.map +0 -1
- package/build/src/events/amf/PayloadEvents.js +0 -16
- package/build/src/events/amf/PayloadEvents.js.map +0 -1
- package/build/src/events/amf/ReportingEvents.d.ts +0 -16
- package/build/src/events/amf/ReportingEvents.d.ts.map +0 -1
- package/build/src/events/amf/ReportingEvents.js +0 -22
- package/build/src/events/amf/ReportingEvents.js.map +0 -1
- package/build/src/events/amf/RequestEvents.d.ts +0 -10
- package/build/src/events/amf/RequestEvents.d.ts.map +0 -1
- package/build/src/events/amf/RequestEvents.js +0 -15
- package/build/src/events/amf/RequestEvents.js.map +0 -1
- package/build/src/events/amf/ResponseEvents.d.ts +0 -10
- package/build/src/events/amf/ResponseEvents.d.ts.map +0 -1
- package/build/src/events/amf/ResponseEvents.js +0 -16
- package/build/src/events/amf/ResponseEvents.js.map +0 -1
- package/build/src/events/amf/SecurityEvents.d.ts +0 -31
- package/build/src/events/amf/SecurityEvents.d.ts.map +0 -1
- package/build/src/events/amf/SecurityEvents.js +0 -53
- package/build/src/events/amf/SecurityEvents.js.map +0 -1
- package/build/src/events/amf/ServerEvents.d.ts +0 -63
- package/build/src/events/amf/ServerEvents.d.ts.map +0 -1
- package/build/src/events/amf/ServerEvents.js +0 -70
- package/build/src/events/amf/ServerEvents.js.map +0 -1
- package/build/src/events/amf/StoreEvents.d.ts +0 -8
- package/build/src/events/amf/StoreEvents.d.ts.map +0 -1
- package/build/src/events/amf/StoreEvents.js +0 -16
- package/build/src/events/amf/StoreEvents.js.map +0 -1
- package/build/src/events/amf/TelemetryEvents.d.ts +0 -79
- package/build/src/events/amf/TelemetryEvents.d.ts.map +0 -1
- package/build/src/events/amf/TelemetryEvents.js +0 -65
- package/build/src/events/amf/TelemetryEvents.js.map +0 -1
- package/build/src/events/amf/TypeEvents.d.ts +0 -16
- package/build/src/events/amf/TypeEvents.d.ts.map +0 -1
- package/build/src/events/amf/TypeEvents.js +0 -25
- package/build/src/events/amf/TypeEvents.js.map +0 -1
- package/demo/amf/api-annotation.html +0 -21
- package/demo/amf/api-annotation.ts +0 -117
- package/demo/amf/api-channel.html +0 -25
- package/demo/amf/api-channel.ts +0 -76
- package/demo/amf/api-console.html +0 -23
- package/demo/amf/api-console.ts +0 -505
- package/demo/amf/api-documentation-document.html +0 -25
- package/demo/amf/api-documentation-document.ts +0 -79
- package/demo/amf/api-documentation.html +0 -25
- package/demo/amf/api-documentation.ts +0 -242
- package/demo/amf/api-navigation.html +0 -29
- package/demo/amf/api-navigation.ts +0 -278
- package/demo/amf/api-operation.html +0 -37
- package/demo/amf/api-operation.ts +0 -274
- package/demo/amf/api-payload.html +0 -25
- package/demo/amf/api-payload.ts +0 -176
- package/demo/amf/api-request.html +0 -24
- package/demo/amf/api-request.ts +0 -259
- package/demo/amf/api-resource.html +0 -31
- package/demo/amf/api-resource.ts +0 -264
- package/demo/amf/api-schema-documentation.html +0 -25
- package/demo/amf/api-schema-documentation.ts +0 -207
- package/demo/amf/api-security-documentation.html +0 -25
- package/demo/amf/api-security-documentation.ts +0 -94
- package/demo/amf/api-server-picker.html +0 -24
- package/demo/amf/api-server-picker.ts +0 -233
- package/demo/amf/api-summary.html +0 -25
- package/demo/amf/api-summary.ts +0 -84
- package/demo/amf/bare-components.css +0 -11
- package/demo/amf/bare-components.html +0 -38
- package/demo/amf/bare-components.ts +0 -18
- package/demo/amf/demo.css +0 -136
- package/demo/amf/index.html +0 -65
- package/demo/amf/lib/AmfDemoPage.ts +0 -285
- package/demo/amf/oauth-authorize.html +0 -74
- package/demo/amf/oauth-authorize.ts +0 -40
- package/demo/amf/request-editor.html +0 -24
- package/demo/amf/request-editor.ts +0 -267
- package/demo/amf/styles/api-console.css +0 -60
- package/demo/amf/styles/api-editor.css +0 -139
- package/demo/amf/styles/console-theme.css +0 -0
- package/demo/amf/styles/demo-grid.css +0 -26
- package/demo/apis/21143/21143.json +0 -638
- package/demo/apis/APIC-15/APIC-15.raml +0 -36
- package/demo/apis/APIC-15/data-types/organization-data-type.raml +0 -19
- package/demo/apis/APIC-15/examples/organization/organization-array-response.raml +0 -15
- package/demo/apis/APIC-15/examples/organization/organization-individual-response.raml +0 -8
- package/demo/apis/APIC-168/APIC-168.raml +0 -38
- package/demo/apis/APIC-282/APIC-282.raml +0 -57
- package/demo/apis/APIC-289/APIC-289.yaml +0 -21
- package/demo/apis/APIC-298/APIC-298.json +0 -588
- package/demo/apis/APIC-332/APIC-332.raml +0 -22
- package/demo/apis/APIC-349-cache-resolution/APIC-349-cache-resolution.raml +0 -141
- package/demo/apis/APIC-349-cache-resolution/docs/DocumentationItem-1.raml +0 -3
- package/demo/apis/APIC-349-cache-resolution/docs/api.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/docs/documentationTitle.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example2.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/libraries/schema.json +0 -21
- package/demo/apis/APIC-349-cache-resolution/libraries/types.raml +0 -88
- package/demo/apis/APIC-390/APIC-390.raml +0 -13
- package/demo/apis/APIC-390/Types/ISO-standards.raml +0 -30
- package/demo/apis/APIC-429/APIC-429.yaml +0 -63
- package/demo/apis/APIC-435/APIC-435.yaml +0 -27
- package/demo/apis/APIC-449/APIC-449.yaml +0 -8
- package/demo/apis/APIC-463/APIC-463.raml +0 -13
- package/demo/apis/APIC-480/APIC-480.raml +0 -61
- package/demo/apis/APIC-480/examples/account-response.json +0 -5
- package/demo/apis/APIC-483/APIC-483.raml +0 -16
- package/demo/apis/APIC-483/example/list-of-bank-succ.json +0 -32
- package/demo/apis/APIC-483/schema/response-retrieve-list-bank.json +0 -68
- package/demo/apis/APIC-550/APIC-550.raml +0 -46
- package/demo/apis/APIC-553/APIC-553.raml +0 -59
- package/demo/apis/APIC-554/APIC-554.raml +0 -6
- package/demo/apis/APIC-554-ii/APIC-554-ii.raml +0 -5
- package/demo/apis/APIC-560/APIC-560.yaml +0 -209
- package/demo/apis/APIC-582/APIC-582.yaml +0 -23
- package/demo/apis/APIC-613/APIC-613.raml +0 -16
- package/demo/apis/APIC-631/APIC-631.raml +0 -20
- package/demo/apis/APIC-641/APIC-641.yaml +0 -29
- package/demo/apis/APIC-649/APIC-649.yaml +0 -118
- package/demo/apis/APIC-650/APIC-650.yaml +0 -24
- package/demo/apis/APIC-650/common-parameters.yaml +0 -23
- package/demo/apis/APIC-667/APIC-667.raml +0 -30
- package/demo/apis/APIC-671/APIC-671.yaml +0 -387
- package/demo/apis/APIC-689/APIC-689.raml +0 -20
- package/demo/apis/APIC-711/APIC-711.raml +0 -41
- package/demo/apis/SE-10469/Purchase-Order-oagis-id-dd32f9c6c01048a19e15c423c9c741ae.json +0 -1383
- package/demo/apis/SE-10469/SE-10469.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-address.raml +0 -126
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-base.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-basic-questions-set.raml +0 -42
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-description.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-origin.raml +0 -24
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contact-information.raml +0 -69
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-data.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-metadata.raml +0 -243
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content.raml +0 -47
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contextual.raml +0 -18
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-currency.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-document-statistic.raml +0 -44
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-email-address.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-error.raml +0 -33
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-habit.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-language.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-log-entry.raml +0 -92
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-master-key.raml +0 -49
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-organization.raml +0 -38
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-party.raml +0 -37
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-node.raml +0 -43
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-report.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person-name.raml +0 -45
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person.raml +0 -103
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-phone.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-policyholder.raml +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-preferable.raml +0 -15
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-property.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-role.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-social-media-account.raml +0 -28
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-source.raml +0 -65
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-version.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/docs/Legal.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-error.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-get-health-check.raml +0 -16
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-performance-report.raml +0 -23
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/exchange.json +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-address.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-base.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-basic-questions-set.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-code-description.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-contact-info.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-content.raml +0 -5
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-context-and-preference.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-email.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-entity.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-error.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-habit.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-language.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-master-key.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-organization.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-party.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-performance.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person-name.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-phone.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-property.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-role.raml +0 -6
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-social-media.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-source.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-traits.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-version.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collection-actions.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collections.raml +0 -157
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-item-actions.raml +0 -48
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-items.raml +0 -154
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-get-health-check.raml +0 -39
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/security-schemes/securityScheme-basic.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-asynchronously-callable.raml +0 -12
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-filterable.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-identifyable.raml +0 -50
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-pageable.raml +0 -40
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-performance-monitorable.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-routable.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-selectable.raml +0 -140
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-sortable.raml +0 -20
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-traceable.raml +0 -24
- package/demo/apis/SE-11155/SE-11155.raml +0 -43
- package/demo/apis/SE-11155/data-types/dataType-archive-users-request.raml +0 -19
- package/demo/apis/SE-11155/data-types/dataType-archive-users-response.raml +0 -20
- package/demo/apis/SE-11155/data-types/dataType-restore-user-request.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-restore-user-response.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-user.raml +0 -53
- package/demo/apis/SE-11155/examples/user-action-restore-user-200.raml +0 -3
- package/demo/apis/SE-11155/examples/user-action-restore-user-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-action-restore-user.raml +0 -3
- package/demo/apis/SE-11155/examples/user-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-get-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-patch-200.raml +0 -14
- package/demo/apis/SE-11155/examples/user-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-patch-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/user-put-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-put-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-put-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-put.raml +0 -17
- package/demo/apis/SE-11155/examples/users-action-archive-users-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users-cds-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users.raml +0 -5
- package/demo/apis/SE-11155/examples/users-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-get-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-patch-200.raml +0 -32
- package/demo/apis/SE-11155/examples/users-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-patch-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/users-post-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-post-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-post-multi-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-post-multi.raml +0 -44
- package/demo/apis/SE-11155/examples/users-post-single-200.raml +0 -17
- package/demo/apis/SE-11155/examples/users-post-single.raml +0 -16
- package/demo/apis/SE-11155/libraries/library.raml +0 -16
- package/demo/apis/SE-11415/SE-11415.raml +0 -94
- package/demo/apis/SE-11415/canda-commons/canda-commons.raml +0 -50
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11415/ref/additions-example.json +0 -12
- package/demo/apis/SE-11415/ref/additions-schema.json +0 -43
- package/demo/apis/SE-11415/ref/companies-example.json +0 -11
- package/demo/apis/SE-11415/ref/companies-schema.json +0 -36
- package/demo/apis/SE-11415/ref/greeting-example.json +0 -4
- package/demo/apis/SE-11415/ref/greeting-schema.json +0 -22
- package/demo/apis/SE-11415/ref/greetings-example.json +0 -15
- package/demo/apis/SE-11415/ref/greetings-schema.json +0 -34
- package/demo/apis/SE-11415/ref/jms-message-response-exmaple.json +0 -7
- package/demo/apis/SE-11415/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11508/SE-11508.raml +0 -257
- package/demo/apis/SE-11508/examples/change-credentials-post-201.raml +0 -9
- package/demo/apis/SE-11508/examples/convert-aggregator-quote-post-201.raml +0 -19
- package/demo/apis/SE-11508/examples/create-quote-post-200.raml +0 -12
- package/demo/apis/SE-11508/examples/create-quote-post-201.raml +0 -8
- package/demo/apis/SE-11508/examples/create-quote-post-request.raml +0 -19
- package/demo/apis/SE-11508/examples/customer-accounts-get-200.raml +0 -41
- package/demo/apis/SE-11508/examples/customer-accounts-patch-request.raml +0 -31
- package/demo/apis/SE-11508/examples/retrieve-quotes-post-200.raml +0 -17
- package/demo/apis/SE-11508/examples/send-correspondence-post-request.raml +0 -34
- package/demo/apis/SE-11508/examples/validate-credentials-post-200.raml +0 -30
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-request.raml +0 -7
- package/demo/apis/SE-11508/examples/validate-customer-account-post-200.raml +0 -76
- package/demo/apis/SE-11508/examples/validate-customer-account-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-post-request.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/securityscheme-system/0.0.4/auth.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/api-headers-trait.raml +0 -20
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/bad-responses.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/create.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/customer-account-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/delete.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/payment.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/policy-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/read.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/common-responses.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/error.raml +0 -12
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/underwriting.raml +0 -11
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/update.raml +0 -48
- package/demo/apis/SE-11508/model-system/api-headers.raml +0 -8
- package/demo/apis/SE-11508/model-system/api-strict-headers.raml +0 -25
- package/demo/apis/SE-11508/model-system/change-credentials-type.raml +0 -11
- package/demo/apis/SE-11508/model-system/convert-aggregator-quote-types.raml +0 -25
- package/demo/apis/SE-11508/model-system/create-quote-types.raml +0 -35
- package/demo/apis/SE-11508/model-system/customer-accounts-types.raml +0 -57
- package/demo/apis/SE-11508/model-system/ping-error-messages-types.raml +0 -17
- package/demo/apis/SE-11508/model-system/ping-validate-credentials.raml +0 -16
- package/demo/apis/SE-11508/model-system/retrieve-quotes-types.raml +0 -40
- package/demo/apis/SE-12042/SE-12042.raml +0 -52
- package/demo/apis/SE-12042/dataTypes/CheckAPIStatus.raml +0 -25
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample1.raml +0 -7
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample2.raml +0 -7
- package/demo/apis/SE-12042/securitySchemes/x-clientIdSecret.raml +0 -18
- package/demo/apis/SE-12224/SE-12224.raml +0 -89
- package/demo/apis/SE-12224/dataTypes/product.raml +0 -15
- package/demo/apis/SE-12224/dataTypes/products.raml +0 -5
- package/demo/apis/SE-12224/examples/product.json +0 -8
- package/demo/apis/SE-12224/examples/products.json +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/error.raml +0 -14
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/error.json +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/innerError.json +0 -7
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/exchange.json +0 -1
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/innerError.raml +0 -20
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/orderable.raml +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/pageable.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/searchable.raml +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-aad-oauth2.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-basic-authentication.raml +0 -10
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-client-id-secret.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-mule-oauth2.raml +0 -15
- package/demo/apis/SE-12291/SE-12291.json +0 -357
- package/demo/apis/SE-12752/SE-12752.raml +0 -36
- package/demo/apis/SE-12957/SE-12957.json +0 -741
- package/demo/apis/SE-12959/SE-12959.json +0 -741
- package/demo/apis/SE-17897/SE-17897.yaml +0 -21
- package/demo/apis/SE-19215/SE-19215.raml +0 -7
- package/demo/apis/SE-19500/SE-19500.raml +0 -95
- package/demo/apis/SE-19500/docs/home.md +0 -1
- package/demo/apis/SE-19500/modules/canada-commons/canda-commons.raml +0 -64
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-example.json +0 -7
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-schema.json +0 -49
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/api.raml +0 -6
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greeting-example.json +0 -4
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greetings-example.json +0 -15
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greeting-schema.json +0 -22
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greetings-schema.json +0 -34
- package/demo/apis/SE-19500/ref/companies-example.json +0 -14
- package/demo/apis/SE-19500/ref/companies-schema.json +0 -70
- package/demo/apis/Streetlights/streetlights.yaml +0 -36
- package/demo/apis/aap-1698/aap-1698.raml +0 -26
- package/demo/apis/amf-helper-api/amf-helper-api.raml +0 -1024
- package/demo/apis/amf-helper-api/examples/comment-example.json +0 -42
- package/demo/apis/amf-helper-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/amf-helper-api/examples/commentList-example.json +0 -48
- package/demo/apis/amf-helper-api/examples/person.json +0 -14
- package/demo/apis/amf-helper-api/examples/person.raml +0 -13
- package/demo/apis/amf-helper-api/examples/person.xml +0 -14
- package/demo/apis/amf-helper-api/libraries/comment-lib.raml +0 -143
- package/demo/apis/amf-helper-api/library.raml +0 -7
- package/demo/apis/amf-helper-api/schemas/person.json +0 -104
- package/demo/apis/amf-helper-api/schemas/person.xsd +0 -26
- package/demo/apis/amf-helper-api/traits/file.raml +0 -33
- package/demo/apis/amf-helper-api/traits/pagination.raml +0 -80
- package/demo/apis/amf-helper-api/traits/results.raml +0 -19
- package/demo/apis/amf-helper-api/traits/visibility.raml +0 -14
- package/demo/apis/amf-helper-api/types/app-person.raml +0 -101
- package/demo/apis/amf-helper-api/types/dimensions.raml +0 -24
- package/demo/apis/amf-helper-api/types/external-type.raml +0 -7
- package/demo/apis/amf-helper-api/types/image.raml +0 -23
- package/demo/apis/amf-helper-api/types/product.raml +0 -52
- package/demo/apis/amf-helper-api/types/resource.raml +0 -11
- package/demo/apis/amf-helper-api/types/standard-request.raml +0 -50
- package/demo/apis/amf-helper-api/types/user.raml +0 -37
- package/demo/apis/annotated-api/annotated-api.raml +0 -82
- package/demo/apis/annotated-parameters/annotated-parameters.raml +0 -18
- package/demo/apis/anyOf/anyOf.yaml +0 -37
- package/demo/apis/api-keys/api-keys.yaml +0 -85
- package/demo/apis/apic-169/apic-169.raml +0 -28
- package/demo/apis/apic-83/apic-83.raml +0 -32
- package/demo/apis/appian-api/appian-api.raml +0 -184
- package/demo/apis/array-body/array-body.raml +0 -23
- package/demo/apis/async-api/async-api.yaml +0 -96
- package/demo/apis/demo-api/demo-api.raml +0 -1425
- package/demo/apis/demo-api/examples/e400.xml +0 -4
- package/demo/apis/demo-api/examples/e401.xml +0 -4
- package/demo/apis/demo-api/examples/e404.xml +0 -4
- package/demo/apis/demo-api/examples/image.xml +0 -5
- package/demo/apis/demo-api/examples/messages-example.json +0 -22
- package/demo/apis/demo-api/examples/messages-sent-example.json +0 -15
- package/demo/apis/demo-api/examples/person.json +0 -14
- package/demo/apis/demo-api/examples/person.raml +0 -14
- package/demo/apis/demo-api/examples/person.url.encoded +0 -1
- package/demo/apis/demo-api/examples/person.xml +0 -14
- package/demo/apis/demo-api/examples/product.xml +0 -9
- package/demo/apis/demo-api/library/demo-types.raml +0 -44
- package/demo/apis/demo-api/library.raml +0 -36
- package/demo/apis/demo-api/resourceTypes/app-person.raml +0 -111
- package/demo/apis/demo-api/resourceTypes/example-types.raml +0 -45
- package/demo/apis/demo-api/resourceTypes/image.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-sent-type.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-type.raml +0 -33
- package/demo/apis/demo-api/resourceTypes/product.raml +0 -52
- package/demo/apis/demo-api/resourceTypes/resource.raml +0 -11
- package/demo/apis/demo-api/schemas/error-response.xsd +0 -11
- package/demo/apis/demo-api/schemas/image.xsd +0 -11
- package/demo/apis/demo-api/schemas/person.json +0 -104
- package/demo/apis/demo-api/schemas/person.xsd +0 -26
- package/demo/apis/demo-api/schemas/product.xsd +0 -17
- package/demo/apis/demo-api/securitySchemes/basic.raml +0 -5
- package/demo/apis/demo-api/securitySchemes/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/demo-api/securitySchemes/oauth2-header-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-no-delivery.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth2-no-grants.raml +0 -12
- package/demo/apis/demo-api/securitySchemes/oauth2-pkce.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-query-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth_1_0.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_signature.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_2_0.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/passthrough-querystring.raml +0 -16
- package/demo/apis/demo-api/securitySchemes/passthrough.raml +0 -24
- package/demo/apis/demo-api/securitySchemes/x-custom.raml +0 -33
- package/demo/apis/demo-api/securitySchemes/x-other.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/x-query-string.raml +0 -16
- package/demo/apis/demo-api/traits/adminable.raml +0 -23
- package/demo/apis/demo-api/traits/pagination.raml +0 -83
- package/demo/apis/demo-api/traits/rate-limited.raml +0 -9
- package/demo/apis/demo-api/types/DemoPerson.raml +0 -67
- package/demo/apis/demo-document/demo-document.raml +0 -21
- package/demo/apis/documentation-fragment/documentation-fragment.raml +0 -76
- package/demo/apis/documented-api/documented-api.raml +0 -29
- package/demo/apis/enum-test/enum-test.raml +0 -64
- package/demo/apis/example-fragment/example-fragment.raml +0 -8
- package/demo/apis/examples-api/Address-1.0.raml +0 -75
- package/demo/apis/examples-api/CompanyIdentification-1.0.raml +0 -48
- package/demo/apis/examples-api/CompanyProfile-1.0.raml +0 -14
- package/demo/apis/examples-api/CompanyProfileBase-1.0.raml +0 -48
- package/demo/apis/examples-api/contact-email-example.raml +0 -6
- package/demo/apis/examples-api/contact-example.raml +0 -7
- package/demo/apis/examples-api/contact-fax-example.raml +0 -7
- package/demo/apis/examples-api/contact-website-example.raml +0 -4
- package/demo/apis/examples-api/example-1.raml +0 -7
- package/demo/apis/examples-api/example-2.raml +0 -12
- package/demo/apis/examples-api/example-3.raml +0 -5
- package/demo/apis/examples-api/example-4.raml +0 -3
- package/demo/apis/examples-api/example-5.raml +0 -5
- package/demo/apis/examples-api/example-6.raml +0 -3
- package/demo/apis/examples-api/example-7.raml +0 -7
- package/demo/apis/examples-api/example.json +0 -14
- package/demo/apis/examples-api/example.xml +0 -15
- package/demo/apis/examples-api/example.xsd +0 -26
- package/demo/apis/examples-api/examples/Address_BE_Example-1.0.raml +0 -10
- package/demo/apis/examples-api/examples/Address_GB_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Address_NL_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Addresses_BE_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/Addresses_GB_Example-1.0.raml +0 -9
- package/demo/apis/examples-api/examples/Addresses_NL_Example-1.0.raml +0 -17
- package/demo/apis/examples-api/examples/CompanyIdentification_BE_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_GB_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_BranchId_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_GY-Holding_Example-1.0.raml +0 -6
- package/demo/apis/examples-api/examples/CompanyLegalForm_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyProfile_BE_Example-1.0.raml +0 -14
- package/demo/apis/examples-api/examples/CompanyProfile_GB_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/CompanyProfile_NL_Example-1.0.raml +0 -12
- package/demo/apis/examples-api/examples/Company_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples-api.raml +0 -313
- package/demo/apis/examples-api/linked-named-example.raml +0 -22
- package/demo/apis/examples-api/named-example-with-link.raml +0 -3
- package/demo/apis/examples-api/named-example.raml +0 -7
- package/demo/apis/examples-api/type-with-linked-examples.raml +0 -15
- package/demo/apis/examples-api/user-json-example.raml +0 -17
- package/demo/apis/examples-api/user-raml-example.raml +0 -37
- package/demo/apis/examples-api/user.json +0 -8
- package/demo/apis/examples-api/user.raml +0 -18
- package/demo/apis/examples-api/users-json-example.raml +0 -17
- package/demo/apis/examples-api/users-raml-example.raml +0 -32
- package/demo/apis/examples-api/users.json +0 -8
- package/demo/apis/expanded-api/expanded-api.raml +0 -8
- package/demo/apis/ext-docs/ext-docs.yaml +0 -15
- package/demo/apis/flattened-api/flattened-api.raml +0 -8
- package/demo/apis/google-drive-api/docs/api/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/search-for-file.md +0 -176
- package/demo/apis/google-drive-api/docs/upload-files.md +0 -268
- package/demo/apis/google-drive-api/docs/uploadApi/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/work-with-folders.md +0 -307
- package/demo/apis/google-drive-api/examples/about-example.json +0 -470
- package/demo/apis/google-drive-api/examples/app-example.json +0 -100
- package/demo/apis/google-drive-api/examples/app-list-example.json +0 -108
- package/demo/apis/google-drive-api/examples/change-example.json +0 -91
- package/demo/apis/google-drive-api/examples/changeList-example.json +0 -351
- package/demo/apis/google-drive-api/examples/channel-example.json +0 -8
- package/demo/apis/google-drive-api/examples/childList-example.json +0 -15
- package/demo/apis/google-drive-api/examples/childReference-example.json +0 -6
- package/demo/apis/google-drive-api/examples/comment-example.json +0 -42
- package/demo/apis/google-drive-api/examples/comment-reply-update-response.json +0 -18
- package/demo/apis/google-drive-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/google-drive-api/examples/commentList-example.json +0 -48
- package/demo/apis/google-drive-api/examples/commentReply-example.json +0 -17
- package/demo/apis/google-drive-api/examples/commentReplyList-example.json +0 -21
- package/demo/apis/google-drive-api/examples/commentReplyRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/file-example.json +0 -92
- package/demo/apis/google-drive-api/examples/fileList-example.json +0 -98
- package/demo/apis/google-drive-api/examples/newFileRequest-example.json +0 -29
- package/demo/apis/google-drive-api/examples/parentList-example.json +0 -14
- package/demo/apis/google-drive-api/examples/parentReference-example.json +0 -7
- package/demo/apis/google-drive-api/examples/permission-example.json +0 -18
- package/demo/apis/google-drive-api/examples/permissionId-example.json +0 -4
- package/demo/apis/google-drive-api/examples/permissionList-example.json +0 -17
- package/demo/apis/google-drive-api/examples/permissionRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/permissionUpdateRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/property-example.json +0 -8
- package/demo/apis/google-drive-api/examples/propertyList-example.json +0 -13
- package/demo/apis/google-drive-api/examples/revision-example.json +0 -30
- package/demo/apis/google-drive-api/examples/revisionList-example.json +0 -35
- package/demo/apis/google-drive-api/examples/revisionUpdateRequest-example.json +0 -6
- package/demo/apis/google-drive-api/examples/stopWatchingRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/watchRequest-example.json +0 -7
- package/demo/apis/google-drive-api/google-drive-api.raml +0 -1118
- package/demo/apis/google-drive-api/libraries/about-lib.raml +0 -121
- package/demo/apis/google-drive-api/libraries/annotations.raml +0 -4
- package/demo/apis/google-drive-api/libraries/app-lib.raml +0 -134
- package/demo/apis/google-drive-api/libraries/child-lib.raml +0 -53
- package/demo/apis/google-drive-api/libraries/comment-lib.raml +0 -145
- package/demo/apis/google-drive-api/libraries/file-lib.raml +0 -517
- package/demo/apis/google-drive-api/libraries/parent-lib.raml +0 -52
- package/demo/apis/google-drive-api/libraries/permission-lib.raml +0 -146
- package/demo/apis/google-drive-api/libraries/properties-lib.raml +0 -44
- package/demo/apis/google-drive-api/libraries/revision-lib.raml +0 -116
- package/demo/apis/google-drive-api/libraries/watch-lib.raml +0 -128
- package/demo/apis/google-drive-api/securitySchemes/oauth_2_0.raml +0 -25
- package/demo/apis/google-drive-api/traits/file.raml +0 -33
- package/demo/apis/google-drive-api/traits/results.raml +0 -19
- package/demo/apis/google-drive-api/traits/visibility.raml +0 -17
- package/demo/apis/google-drive-api/types/additional-role-info.raml +0 -12
- package/demo/apis/google-drive-api/types/channels-stop.raml +0 -11
- package/demo/apis/google-drive-api/types/export-format.raml +0 -11
- package/demo/apis/google-drive-api/types/feature.raml +0 -11
- package/demo/apis/google-drive-api/types/file-capabilities.raml +0 -69
- package/demo/apis/google-drive-api/types/file-labels.raml +0 -35
- package/demo/apis/google-drive-api/types/icon.raml +0 -25
- package/demo/apis/google-drive-api/types/import-format.raml +0 -11
- package/demo/apis/google-drive-api/types/new-drive-file.raml +0 -48
- package/demo/apis/google-drive-api/types/owners.raml +0 -32
- package/demo/apis/google-drive-api/types/picture.raml +0 -9
- package/demo/apis/google-drive-api/types/property.raml +0 -25
- package/demo/apis/google-drive-api/types/resource.raml +0 -28
- package/demo/apis/google-drive-api/types/role-set.raml +0 -11
- package/demo/apis/google-drive-api/types/service-quota.raml +0 -10
- package/demo/apis/google-drive-api/types/standard-request.raml +0 -51
- package/demo/apis/google-drive-api/types/team-drive-list.raml +0 -18
- package/demo/apis/google-drive-api/types/team-drive.raml +0 -59
- package/demo/apis/google-drive-api/types/thumbnail.raml +0 -14
- package/demo/apis/google-drive-api/types/upload-size.raml +0 -12
- package/demo/apis/google-drive-api/types/user.raml +0 -37
- package/demo/apis/httpbin/httpbin.json +0 -1836
- package/demo/apis/lib-fragment/lib-fragment.raml +0 -55
- package/demo/apis/loan-ms/loan-microservice.json +0 -699
- package/demo/apis/missing-endpoints/missing-endpoints.raml +0 -34
- package/demo/apis/mocking-service/mocking-service.raml +0 -149
- package/demo/apis/modular-api/models/ecommerce-canonical.raml +0 -89
- package/demo/apis/modular-api/models/ecommerce.raml +0 -36
- package/demo/apis/modular-api/models/things.raml +0 -32
- package/demo/apis/modular-api/modular-api.raml +0 -12
- package/demo/apis/multi-server/multi-server.yaml +0 -128
- package/demo/apis/multiple-servers/multiple-servers.yaml +0 -112
- package/demo/apis/navigation-api/library.raml +0 -7
- package/demo/apis/navigation-api/navigation-api.raml +0 -357
- package/demo/apis/navigation-api/types/app-person.raml +0 -101
- package/demo/apis/navigation-api/types/image.raml +0 -23
- package/demo/apis/navigation-api/types/product.raml +0 -52
- package/demo/apis/navigation-api/types/resource.raml +0 -11
- package/demo/apis/new-oas3-types/new-oas3-types.yaml +0 -84
- package/demo/apis/nexmo-sms-api/nexmo-sms-api.raml +0 -488
- package/demo/apis/no-endpoints/no-endpoints.raml +0 -14
- package/demo/apis/no-server/no-server.raml +0 -27
- package/demo/apis/no-servers-api/no-servers-api.yaml +0 -31
- package/demo/apis/not-schema/not-schema.yaml +0 -38
- package/demo/apis/oas-3-api/oas-3-api.yaml +0 -356
- package/demo/apis/oas-api/LoanMicrosrvice.yaml +0 -339
- package/demo/apis/oas-api/Petstore-v2.yaml +0 -144
- package/demo/apis/oas-api/Petstore.raml +0 -106
- package/demo/apis/oas-api/UBER.raml +0 -274
- package/demo/apis/oas-api/UBER.yaml +0 -272
- package/demo/apis/oas-api/petstore-expanded.raml +0 -141
- package/demo/apis/oas-api/petstore-expanded.yaml +0 -139
- package/demo/apis/oas-api/read-only-properties.yaml +0 -42
- package/demo/apis/oas-bearer/oas-bearer.yaml +0 -45
- package/demo/apis/oas-callbacks/oas-callbacks.yaml +0 -150
- package/demo/apis/oas-demo/oas-demo.yaml +0 -94
- package/demo/apis/oauth-flows/oauth-flows.yaml +0 -61
- package/demo/apis/oauth-pkce/oauth-2-pkce.raml +0 -33
- package/demo/apis/oauth-pkce/oauth-pkce.raml +0 -22
- package/demo/apis/oauth1-fragment/oauth1-fragment.raml +0 -7
- package/demo/apis/oauth2-fragment/oauth2-fragment.raml +0 -30
- package/demo/apis/petstore/petstore.yaml +0 -954
- package/demo/apis/prevent-xss/prevent-xss.json +0 -20
- package/demo/apis/rearrange-api/rearrange-api.raml +0 -32
- package/demo/apis/secured-api/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/secured-api/oauth2-header-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth2-no-delivery.raml +0 -8
- package/demo/apis/secured-api/oauth2-no-grants.raml +0 -12
- package/demo/apis/secured-api/oauth2-pkce.raml +0 -13
- package/demo/apis/secured-api/oauth2-query-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth_1_0.raml +0 -8
- package/demo/apis/secured-api/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/secured-api/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/secured-api/oauth_1_0_signature.raml +0 -8
- package/demo/apis/secured-api/passthrough-querystring.raml +0 -16
- package/demo/apis/secured-api/passthrough.raml +0 -24
- package/demo/apis/secured-api/secured-api.raml +0 -231
- package/demo/apis/secured-api/x-custom.raml +0 -33
- package/demo/apis/secured-api/x-other.raml +0 -29
- package/demo/apis/secured-api/x-query-string.raml +0 -16
- package/demo/apis/secured-unions/secured-unions.yaml +0 -95
- package/demo/apis/security-api/oauth-2-custom-settings.raml +0 -154
- package/demo/apis/security-api/readme.md +0 -1
- package/demo/apis/security-api/security/basic.raml +0 -13
- package/demo/apis/security-api/security/digest.raml +0 -5
- package/demo/apis/security-api/security/oauth_1_0.raml +0 -27
- package/demo/apis/security-api/security/oauth_2_0.raml +0 -30
- package/demo/apis/security-api/security/oauth_2_0_no_scopes.raml +0 -29
- package/demo/apis/security-api/security/other-oauth_1_0.raml +0 -29
- package/demo/apis/security-api/security/passthrough.raml +0 -12
- package/demo/apis/security-api/security/x-custom.raml +0 -26
- package/demo/apis/security-api/security/x-other.raml +0 -29
- package/demo/apis/security-api/security-api.raml +0 -89
- package/demo/apis/servers-api/servers-api.yaml +0 -80
- package/demo/apis/simple-api/simple-api.raml +0 -12
- package/demo/apis/steveTest-1/exchange.json +0 -6
- package/demo/apis/steveTest-1/schemas/schema-termsConditionsAccept.json +0 -43
- package/demo/apis/steveTest-1/schemas_response/schema-termsConditionsAccept-Get.json +0 -24
- package/demo/apis/steveTest-1/stevetest.json +0 -167
- package/demo/apis/steveTest-1/traits/response-errors.json +0 -123
- package/demo/apis/steveTest-1/traits/schema-response-errors.json +0 -35
- package/demo/apis/streetlights2/streetlights2.yaml +0 -213
- package/demo/apis/tracked-examples/datatypes/employee.raml +0 -5
- package/demo/apis/tracked-examples/examples/employee.raml +0 -4
- package/demo/apis/tracked-examples/examples/employees.raml +0 -8
- package/demo/apis/tracked-examples/tracked-to-linked.raml +0 -28
- package/demo/apis/type-fragment/type-fragment.raml +0 -96
- package/demo/apis/types-list/exchange.json +0 -1
- package/demo/apis/types-list/library.raml +0 -7
- package/demo/apis/types-list/typeFromDataTypeFile.raml +0 -6
- package/demo/apis/types-list/types-list.raml +0 -38
- package/demo/apis/unordered-endpoints/unordered-endpoints.raml +0 -11
- package/demo/lib/DemoBindings.ts +0 -38
- package/demo/lib/amf/AmfPartialGraphStore.ts +0 -305
- package/demo/lib/amf/AmfPartialModel.ts +0 -690
- package/demo/lib/amf/ApiExamples.ts +0 -3270
- package/demo/lib/io/ApiStore.ts +0 -16
- package/demo/lib/io/SharedWorkerThread.ts +0 -31
- package/demo/lib/io/main.ts +0 -23
- package/demo/model.js +0 -203
- package/demo/store/IpAddress.js +0 -15
- package/demo/store/StorePlugin.js +0 -18
- package/demo/stores.md +0 -5
- package/dev/amf-server/AmfParser.js +0 -144
- package/dev/amf-server/AmfService.js +0 -136
- package/dev/amf-server/ApiError.js +0 -10
- package/dev/amf-server/ParserProcess.js +0 -101
- package/dev/amf-server/api.js +0 -146
- package/dev/types.d.ts +0 -28
- package/src/amf/lib/AmfInputParser.ts +0 -254
- package/src/amf/lib/AmfParameters.ts +0 -814
- package/src/amf/lib/AmfSecurity.ts +0 -45
- package/src/amf/lib/InputCache.ts +0 -100
- package/src/amf/lib/Oauth2RamlCustomData.ts +0 -265
- package/src/amf/lib/PayloadUtils.ts +0 -87
- package/src/amf/lib/QueryParameterProcessor.ts +0 -186
- package/src/amf/lib/UrlUtils.ts +0 -213
- package/src/amf/lib/Utils.ts +0 -220
- package/src/amf/lib/navigation-layout/ApiSorting.ts +0 -20
- package/src/amf/lib/navigation-layout/EndpointsTree.ts +0 -189
- package/src/amf/lib/navigation-layout/NaturalTree.ts +0 -100
- package/src/amf/plugins/ApiNavigationCommands.ts +0 -73
- package/src/amf/plugins/ApiNavigationContextMenu.ts +0 -43
- package/src/amf/store/AmfGraphStore.ts +0 -69
- package/src/amf/store/AmfStore.ts +0 -216
- package/src/amf/store/DomEventsAmfStore.ts +0 -4
- package/src/amf/store/InMemAmfGraphStore.ts +0 -630
- package/src/amf/store/Readme.md +0 -40
- package/src/amf/store/mixins/AmfStoreDomEventsMixin.ts +0 -132
- package/src/amf/types.ts +0 -359
- package/src/define/amf/api-annotation-document.ts +0 -14
- package/src/define/amf/api-authorization-editor.ts +0 -14
- package/src/define/amf/api-channel-document.ts +0 -14
- package/src/define/amf/api-documentation-document.ts +0 -14
- package/src/define/amf/api-documentation.ts +0 -14
- package/src/define/amf/api-navigation.ts +0 -14
- package/src/define/amf/api-operation-document.ts +0 -14
- package/src/define/amf/api-parameter-document.ts +0 -14
- package/src/define/amf/api-parametrized-security-scheme.ts +0 -14
- package/src/define/amf/api-payload-document.ts +0 -14
- package/src/define/amf/api-request-document.ts +0 -14
- package/src/define/amf/api-request-editor.ts +0 -14
- package/src/define/amf/api-request.ts +0 -14
- package/src/define/amf/api-resource-document.ts +0 -14
- package/src/define/amf/api-response-document.ts +0 -14
- package/src/define/amf/api-schema-document.ts +0 -14
- package/src/define/amf/api-security-document.ts +0 -14
- package/src/define/amf/api-security-requirement-document.ts +0 -14
- package/src/define/amf/api-server-picker.ts +0 -14
- package/src/define/amf/api-summary.ts +0 -14
- package/src/define/amf/authorization/amf-apikey-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-basic-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-bearer-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-oauth2-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-oidc-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-passthrough-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-ramlcustom-authorization.ts +0 -15
- package/src/elements/amf/ApiAnnotationDocument.element.ts +0 -181
- package/src/elements/amf/ApiAnnotationDocument.styles.ts +0 -46
- package/src/elements/amf/ApiAuthorizationEditor.element.ts +0 -364
- package/src/elements/amf/ApiAuthorizationEditor.styles.ts +0 -25
- package/src/elements/amf/ApiChannelDocument.element.ts +0 -89
- package/src/elements/amf/ApiDocumentation.element.ts +0 -642
- package/src/elements/amf/ApiDocumentation.styles.ts +0 -11
- package/src/elements/amf/ApiDocumentationBase.ts +0 -296
- package/src/elements/amf/ApiDocumentationDocument.element.ts +0 -85
- package/src/elements/amf/ApiDocumentationDocument.styles.ts +0 -32
- package/src/elements/amf/ApiNavigation.element.ts +0 -2285
- package/src/elements/amf/ApiNavigation.styles.ts +0 -159
- package/src/elements/amf/ApiOperationDocument.element.ts +0 -978
- package/src/elements/amf/ApiOperationDocument.styles.ts +0 -67
- package/src/elements/amf/ApiParameterDocument.element.ts +0 -105
- package/src/elements/amf/ApiParameterDocument.styles.ts +0 -15
- package/src/elements/amf/ApiParametrizedSecurityScheme.element.ts +0 -72
- package/src/elements/amf/ApiParametrizedSecurityScheme.styles.ts +0 -4
- package/src/elements/amf/ApiPayloadDocument.element.ts +0 -128
- package/src/elements/amf/ApiPayloadDocument.styles.ts +0 -15
- package/src/elements/amf/ApiRequest.element.ts +0 -260
- package/src/elements/amf/ApiRequest.styles.ts +0 -11
- package/src/elements/amf/ApiRequestDocument.element.ts +0 -388
- package/src/elements/amf/ApiRequestDocument.styles.ts +0 -13
- package/src/elements/amf/ApiRequestEditor.element.ts +0 -1773
- package/src/elements/amf/ApiRequestEditor.styles.ts +0 -160
- package/src/elements/amf/ApiResourceDocument.element.ts +0 -682
- package/src/elements/amf/ApiResourceDocument.styles.ts +0 -91
- package/src/elements/amf/ApiResponseDocument.element.ts +0 -290
- package/src/elements/amf/ApiResponseDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSchemaDocument.element.ts +0 -786
- package/src/elements/amf/ApiSchemaDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSecurityDocument.element.ts +0 -607
- package/src/elements/amf/ApiSecurityDocument.styles.ts +0 -89
- package/src/elements/amf/ApiSecurityRequirementDocument.element.ts +0 -72
- package/src/elements/amf/ApiSecurityRequirementDocument.styles.ts +0 -7
- package/src/elements/amf/ApiServerPicker.element.ts +0 -690
- package/src/elements/amf/ApiServerPicker.styles.ts +0 -25
- package/src/elements/amf/ApiSummary.element.ts +0 -387
- package/src/elements/amf/ApiSummary.styles.ts +0 -192
- package/src/elements/amf/SchemaCommonTemplates.ts +0 -563
- package/src/elements/amf/authorization/AmfApiKey.ts +0 -250
- package/src/elements/amf/authorization/AmfBasic.ts +0 -77
- package/src/elements/amf/authorization/AmfBearer.ts +0 -63
- package/src/elements/amf/authorization/AmfOauth2.ts +0 -830
- package/src/elements/amf/authorization/AmfOidc.ts +0 -66
- package/src/elements/amf/authorization/AmfPassThrough.ts +0 -261
- package/src/elements/amf/authorization/AmfRamlCustom.ts +0 -291
- package/src/elements/amf/authorization/Authorization.styles.ts +0 -40
- package/src/elements/amf/styles/AuthorizationMethod.ts +0 -46
- package/src/elements/amf/styles/Common.ts +0 -150
- package/src/elements/amf/styles/SchemaCommon.ts +0 -376
- package/src/events/amf/ApiEvents.ts +0 -47
- package/src/events/amf/BaseEvents.ts +0 -96
- package/src/events/amf/DocumentationEvents.ts +0 -29
- package/src/events/amf/EndpointEvents.ts +0 -37
- package/src/events/amf/EventTypes.ts +0 -64
- package/src/events/amf/Events.ts +0 -39
- package/src/events/amf/NavigationEvents.ts +0 -86
- package/src/events/amf/OperationEvents.ts +0 -29
- package/src/events/amf/PayloadEvents.ts +0 -18
- package/src/events/amf/ReportingEvents.ts +0 -28
- package/src/events/amf/RequestEvents.ts +0 -16
- package/src/events/amf/ResponseEvents.ts +0 -18
- package/src/events/amf/SecurityEvents.ts +0 -60
- package/src/events/amf/ServerEvents.ts +0 -94
- package/src/events/amf/StoreEvents.ts +0 -16
- package/src/events/amf/TelemetryEvents.ts +0 -115
- package/src/events/amf/TypeEvents.ts +0 -28
- package/test/amf/AmfLoader.ts +0 -575
- package/test/amf/MonacoSetup.ts +0 -63
- package/test/amf/authorization/ApiAuthorizationEditorElement.oas.test.ts +0 -253
- package/test/amf/authorization/ApiAuthorizationEditorElement.raml.test.ts +0 -477
- package/test/amf/authorization/ApiKeyMethod.test.ts +0 -160
- package/test/amf/authorization/CustomMethod.test.ts +0 -306
- package/test/amf/authorization/OAuth2-21143.test.ts +0 -40
- package/test/amf/authorization/OAuth2-flows.test.ts +0 -99
- package/test/amf/authorization/OAuth2-pkce.test.ts +0 -39
- package/test/amf/authorization/OAuth2Method.test.ts +0 -369
- package/test/amf/authorization/PassThroughMethod.test.ts +0 -180
- package/test/amf/elements/ApiAnnotationDocumentElement.test.ts +0 -123
- package/test/amf/elements/ApiDocumentationDocumentElement.test.ts +0 -153
- package/test/amf/elements/ApiDocumentationElement.test.ts +0 -680
- package/test/amf/elements/ApiOperationDocumentElement.test.ts +0 -753
- package/test/amf/elements/ApiRequestDocumentElement.test.ts +0 -165
- package/test/amf/elements/ApiResourceDocumentElement.test.ts +0 -320
- package/test/amf/elements/ApiResponseDocumentElement.test.ts +0 -288
- package/test/amf/elements/ApiSchemaDocumentElement.test.ts +0 -934
- package/test/amf/elements/ApiSecurityDocumentElement.test.ts +0 -667
- package/test/amf/elements/ApiSecurityRequirementDocumentElement.test.ts +0 -58
- package/test/amf/elements/ApiServerPickerElement.test.ts +0 -960
- package/test/amf/elements/ApiSummaryElement.test.ts +0 -485
- package/test/amf/elements/SE-12957.test.ts +0 -49
- package/test/amf/events/ApiEvents.test.ts +0 -32
- package/test/amf/events/EndpointEvents.test.ts +0 -94
- package/test/amf/events/EventHelper.ts +0 -11
- package/test/amf/events/EventTypes.test.ts +0 -241
- package/test/amf/events/NavigationEvents.test.ts +0 -58
- package/test/amf/events/ReportingEvents.test.ts +0 -53
- package/test/amf/events/StoreEvents.test.ts +0 -21
- package/test/amf/events/TelemetryEvents.test.ts +0 -202
- package/test/amf/http-request/APIC-289.test.ts +0 -66
- package/test/amf/http-request/APIC-298.test.ts +0 -49
- package/test/amf/http-request/APIC-689.test.ts +0 -45
- package/test/amf/http-request/ApiRequestEditorElement.test.ts +0 -1472
- package/test/amf/http-request/ApiRequestElement.test.ts +0 -39
- package/test/amf/http-request/SE-12042.test.ts +0 -56
- package/test/amf/http-request/SE-12957.test.ts +0 -80
- package/test/amf/http-request/server.ts +0 -154
- package/test/amf/lib/UrlUtils.test.ts +0 -324
- package/test/amf/navigation/ApiNavigationElement.test.ts +0 -1464
- package/test/amf/navigation/documentation-fragment.test.ts +0 -77
- package/test/amf/navigation/security-fragment.test.ts +0 -77
- package/test/amf/navigation/type-fragment.test.ts +0 -77
- package/tsconfig.browser.json +0 -40
- package/tsconfig.testing.json +0 -39
- package/wds-demo.config.js +0 -49
- /package/demo/{elements/md → md}/DemoStyles.ts +0 -0
- /package/demo/{elements/md → md}/chip/pawel6c9a.jpg +0 -0
|
@@ -1,3270 +0,0 @@
|
|
|
1
|
-
export const Raml10 = `#%RAML 1.0
|
|
2
|
-
---
|
|
3
|
-
title: Swagger Petstore
|
|
4
|
-
description: A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification
|
|
5
|
-
version: 1.0.0
|
|
6
|
-
mediaType: application/json
|
|
7
|
-
protocols:
|
|
8
|
-
- HTTP
|
|
9
|
-
baseUri: 'http://petstore.swagger.io/api'
|
|
10
|
-
|
|
11
|
-
types:
|
|
12
|
-
Pet:
|
|
13
|
-
type: NewPet
|
|
14
|
-
properties:
|
|
15
|
-
id:
|
|
16
|
-
type: integer
|
|
17
|
-
format: int64
|
|
18
|
-
NewPet:
|
|
19
|
-
properties:
|
|
20
|
-
name:
|
|
21
|
-
type: string
|
|
22
|
-
tag:
|
|
23
|
-
type: string
|
|
24
|
-
required: false
|
|
25
|
-
Error:
|
|
26
|
-
properties:
|
|
27
|
-
code:
|
|
28
|
-
type: integer
|
|
29
|
-
format: int32
|
|
30
|
-
message:
|
|
31
|
-
type: string
|
|
32
|
-
|
|
33
|
-
/pets:
|
|
34
|
-
get:
|
|
35
|
-
description: |
|
|
36
|
-
Returns all pets from the system that the user has access to
|
|
37
|
-
displayName: findPets
|
|
38
|
-
description: unexpected error
|
|
39
|
-
body:
|
|
40
|
-
application/json:
|
|
41
|
-
type: Error
|
|
42
|
-
responses:
|
|
43
|
-
'200':
|
|
44
|
-
description: pet response
|
|
45
|
-
body:
|
|
46
|
-
application/json:
|
|
47
|
-
type: array
|
|
48
|
-
items:
|
|
49
|
-
type: Pet
|
|
50
|
-
queryParameters:
|
|
51
|
-
tags:
|
|
52
|
-
description: tags to filter by
|
|
53
|
-
required: false
|
|
54
|
-
type: array
|
|
55
|
-
items:
|
|
56
|
-
type: string
|
|
57
|
-
limit:
|
|
58
|
-
description: maximum number of results to return
|
|
59
|
-
required: false
|
|
60
|
-
type: integer
|
|
61
|
-
format: int32
|
|
62
|
-
post:
|
|
63
|
-
description: Creates a new pet in the store. Duplicates are allowed
|
|
64
|
-
displayName: addPet
|
|
65
|
-
description: unexpected error
|
|
66
|
-
body:
|
|
67
|
-
application/json:
|
|
68
|
-
type: Error
|
|
69
|
-
responses:
|
|
70
|
-
'200':
|
|
71
|
-
description: pet response
|
|
72
|
-
body:
|
|
73
|
-
application/json:
|
|
74
|
-
type: Pet
|
|
75
|
-
body:
|
|
76
|
-
application/json:
|
|
77
|
-
description: Pet to add to the store
|
|
78
|
-
type: NewPet
|
|
79
|
-
'/{id}':
|
|
80
|
-
get:
|
|
81
|
-
description: 'Returns a user based on a single ID, if the user does not have access to the pet'
|
|
82
|
-
displayName: find pet by id
|
|
83
|
-
description: unexpected error
|
|
84
|
-
body:
|
|
85
|
-
application/json:
|
|
86
|
-
type: Error
|
|
87
|
-
responses:
|
|
88
|
-
'200':
|
|
89
|
-
description: pet response
|
|
90
|
-
body:
|
|
91
|
-
application/json:
|
|
92
|
-
type: Pet
|
|
93
|
-
delete:
|
|
94
|
-
description: deletes a single pet based on the ID supplied
|
|
95
|
-
displayName: deletePet
|
|
96
|
-
description: unexpected error
|
|
97
|
-
body:
|
|
98
|
-
application/json:
|
|
99
|
-
type: Error
|
|
100
|
-
responses:
|
|
101
|
-
'204':
|
|
102
|
-
description: pet deleted
|
|
103
|
-
uriParameters:
|
|
104
|
-
id:
|
|
105
|
-
description: ID of pet to delete
|
|
106
|
-
type: integer
|
|
107
|
-
format: int64
|
|
108
|
-
`
|
|
109
|
-
|
|
110
|
-
export const Oas20Yaml = `swagger: "2.0"
|
|
111
|
-
info:
|
|
112
|
-
version: 1.0.0
|
|
113
|
-
title: Swagger Petstore
|
|
114
|
-
description: A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification
|
|
115
|
-
termsOfService: http://swagger.io/terms/
|
|
116
|
-
contact:
|
|
117
|
-
name: Swagger API Team
|
|
118
|
-
email: apiteam@swagger.io
|
|
119
|
-
url: http://swagger.io
|
|
120
|
-
license:
|
|
121
|
-
name: Apache 2.0
|
|
122
|
-
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
|
123
|
-
host: petstore.swagger.io
|
|
124
|
-
basePath: /api
|
|
125
|
-
schemes:
|
|
126
|
-
- http
|
|
127
|
-
consumes:
|
|
128
|
-
- application/json
|
|
129
|
-
produces:
|
|
130
|
-
- application/json
|
|
131
|
-
paths:
|
|
132
|
-
/pets:
|
|
133
|
-
get:
|
|
134
|
-
description: |
|
|
135
|
-
Returns all pets from the system that the user has access to
|
|
136
|
-
operationId: findPets
|
|
137
|
-
summary: Finds pets by tag
|
|
138
|
-
deprecated: true
|
|
139
|
-
parameters:
|
|
140
|
-
- name: tags
|
|
141
|
-
in: query
|
|
142
|
-
description: tags to filter by
|
|
143
|
-
required: false
|
|
144
|
-
type: array
|
|
145
|
-
collectionFormat: csv
|
|
146
|
-
items:
|
|
147
|
-
type: string
|
|
148
|
-
- name: limit
|
|
149
|
-
in: query
|
|
150
|
-
description: maximum number of results to return
|
|
151
|
-
required: false
|
|
152
|
-
type: integer
|
|
153
|
-
format: int32
|
|
154
|
-
responses:
|
|
155
|
-
"200":
|
|
156
|
-
description: pet response
|
|
157
|
-
schema:
|
|
158
|
-
type: array
|
|
159
|
-
items:
|
|
160
|
-
$ref: '#/definitions/Pet'
|
|
161
|
-
default:
|
|
162
|
-
description: unexpected error
|
|
163
|
-
schema:
|
|
164
|
-
$ref: '#/definitions/Error'
|
|
165
|
-
post:
|
|
166
|
-
description: Creates a new pet in the store. Duplicates are allowed
|
|
167
|
-
operationId: addPet
|
|
168
|
-
parameters:
|
|
169
|
-
- name: pet
|
|
170
|
-
in: body
|
|
171
|
-
description: Pet to add to the store
|
|
172
|
-
required: true
|
|
173
|
-
schema:
|
|
174
|
-
$ref: '#/definitions/NewPet'
|
|
175
|
-
responses:
|
|
176
|
-
"200":
|
|
177
|
-
description: pet response
|
|
178
|
-
schema:
|
|
179
|
-
$ref: '#/definitions/Pet'
|
|
180
|
-
default:
|
|
181
|
-
description: unexpected error
|
|
182
|
-
schema:
|
|
183
|
-
$ref: '#/definitions/Error'
|
|
184
|
-
/pets/{id}:
|
|
185
|
-
get:
|
|
186
|
-
description: Returns a user based on a single ID, if the user does not have access to the pet
|
|
187
|
-
operationId: find pet by id
|
|
188
|
-
parameters:
|
|
189
|
-
- name: id
|
|
190
|
-
in: path
|
|
191
|
-
description: ID of pet to fetch
|
|
192
|
-
required: true
|
|
193
|
-
type: integer
|
|
194
|
-
format: int64
|
|
195
|
-
responses:
|
|
196
|
-
"200":
|
|
197
|
-
description: pet response
|
|
198
|
-
schema:
|
|
199
|
-
$ref: '#/definitions/Pet'
|
|
200
|
-
default:
|
|
201
|
-
description: unexpected error
|
|
202
|
-
schema:
|
|
203
|
-
$ref: '#/definitions/Error'
|
|
204
|
-
delete:
|
|
205
|
-
description: deletes a single pet based on the ID supplied
|
|
206
|
-
operationId: deletePet
|
|
207
|
-
parameters:
|
|
208
|
-
- name: id
|
|
209
|
-
in: path
|
|
210
|
-
description: ID of pet to delete
|
|
211
|
-
required: true
|
|
212
|
-
type: integer
|
|
213
|
-
format: int64
|
|
214
|
-
responses:
|
|
215
|
-
"204":
|
|
216
|
-
description: pet deleted
|
|
217
|
-
default:
|
|
218
|
-
description: unexpected error
|
|
219
|
-
schema:
|
|
220
|
-
$ref: '#/definitions/Error'
|
|
221
|
-
definitions:
|
|
222
|
-
Pet:
|
|
223
|
-
allOf:
|
|
224
|
-
- $ref: '#/definitions/NewPet'
|
|
225
|
-
- $ref: '#/definitions/Error'
|
|
226
|
-
- required:
|
|
227
|
-
- id
|
|
228
|
-
properties:
|
|
229
|
-
id:
|
|
230
|
-
type: integer
|
|
231
|
-
format: int64
|
|
232
|
-
test:
|
|
233
|
-
type: string
|
|
234
|
-
|
|
235
|
-
NewPet:
|
|
236
|
-
required:
|
|
237
|
-
- name
|
|
238
|
-
properties:
|
|
239
|
-
name:
|
|
240
|
-
type: string
|
|
241
|
-
tag:
|
|
242
|
-
type: string
|
|
243
|
-
|
|
244
|
-
Error:
|
|
245
|
-
required:
|
|
246
|
-
- code
|
|
247
|
-
- message
|
|
248
|
-
properties:
|
|
249
|
-
code:
|
|
250
|
-
type: integer
|
|
251
|
-
format: int32
|
|
252
|
-
message:
|
|
253
|
-
type: string
|
|
254
|
-
`
|
|
255
|
-
|
|
256
|
-
export const Oas20Json = `
|
|
257
|
-
{
|
|
258
|
-
"schemes": [
|
|
259
|
-
"https"
|
|
260
|
-
],
|
|
261
|
-
"swagger": "2.0",
|
|
262
|
-
"basePath": "/",
|
|
263
|
-
"definitions": {},
|
|
264
|
-
"host": "httpbin.org",
|
|
265
|
-
"info": {
|
|
266
|
-
"contact": {
|
|
267
|
-
"email": "me@kennethreitz.org",
|
|
268
|
-
"url": "https://kennethreitz.org"
|
|
269
|
-
},
|
|
270
|
-
"description": "A simple HTTP Request & Response Service.<br/> <br/> <b>Run locally: </b> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>",
|
|
271
|
-
"title": "httpbin.org",
|
|
272
|
-
"version": "0.9.3"
|
|
273
|
-
},
|
|
274
|
-
"paths": {
|
|
275
|
-
"/absolute-redirect/{n}": {
|
|
276
|
-
"get": {
|
|
277
|
-
"parameters": [
|
|
278
|
-
{
|
|
279
|
-
"in": "path",
|
|
280
|
-
"name": "n",
|
|
281
|
-
"type": "integer",
|
|
282
|
-
"required": true
|
|
283
|
-
}
|
|
284
|
-
],
|
|
285
|
-
"produces": [
|
|
286
|
-
"text/html"
|
|
287
|
-
],
|
|
288
|
-
"responses": {
|
|
289
|
-
"302": {
|
|
290
|
-
"description": "A redirection."
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"summary": "Absolutely 302 Redirects n times.",
|
|
294
|
-
"tags": [
|
|
295
|
-
"Redirects"
|
|
296
|
-
]
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"/anything": {
|
|
300
|
-
"delete": {
|
|
301
|
-
"produces": [
|
|
302
|
-
"application/json"
|
|
303
|
-
],
|
|
304
|
-
"responses": {
|
|
305
|
-
"200": {
|
|
306
|
-
"description": "Anything passed in request"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"summary": "Returns anything passed in request data.",
|
|
310
|
-
"tags": [
|
|
311
|
-
"Anything"
|
|
312
|
-
]
|
|
313
|
-
},
|
|
314
|
-
"get": {
|
|
315
|
-
"produces": [
|
|
316
|
-
"application/json"
|
|
317
|
-
],
|
|
318
|
-
"responses": {
|
|
319
|
-
"200": {
|
|
320
|
-
"description": "Anything passed in request"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"summary": "Returns anything passed in request data.",
|
|
324
|
-
"tags": [
|
|
325
|
-
"Anything"
|
|
326
|
-
]
|
|
327
|
-
},
|
|
328
|
-
"patch": {
|
|
329
|
-
"produces": [
|
|
330
|
-
"application/json"
|
|
331
|
-
],
|
|
332
|
-
"responses": {
|
|
333
|
-
"200": {
|
|
334
|
-
"description": "Anything passed in request"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"summary": "Returns anything passed in request data.",
|
|
338
|
-
"tags": [
|
|
339
|
-
"Anything"
|
|
340
|
-
]
|
|
341
|
-
},
|
|
342
|
-
"post": {
|
|
343
|
-
"produces": [
|
|
344
|
-
"application/json"
|
|
345
|
-
],
|
|
346
|
-
"responses": {
|
|
347
|
-
"200": {
|
|
348
|
-
"description": "Anything passed in request"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"summary": "Returns anything passed in request data.",
|
|
352
|
-
"tags": [
|
|
353
|
-
"Anything"
|
|
354
|
-
]
|
|
355
|
-
},
|
|
356
|
-
"put": {
|
|
357
|
-
"produces": [
|
|
358
|
-
"application/json"
|
|
359
|
-
],
|
|
360
|
-
"responses": {
|
|
361
|
-
"200": {
|
|
362
|
-
"description": "Anything passed in request"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"summary": "Returns anything passed in request data.",
|
|
366
|
-
"tags": [
|
|
367
|
-
"Anything"
|
|
368
|
-
]
|
|
369
|
-
},
|
|
370
|
-
"trace": {
|
|
371
|
-
"produces": [
|
|
372
|
-
"application/json"
|
|
373
|
-
],
|
|
374
|
-
"responses": {
|
|
375
|
-
"200": {
|
|
376
|
-
"description": "Anything passed in request"
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
"summary": "Returns anything passed in request data.",
|
|
380
|
-
"tags": [
|
|
381
|
-
"Anything"
|
|
382
|
-
]
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
"/anything/{anything}": {
|
|
386
|
-
"delete": {
|
|
387
|
-
"produces": [
|
|
388
|
-
"application/json"
|
|
389
|
-
],
|
|
390
|
-
"responses": {
|
|
391
|
-
"200": {
|
|
392
|
-
"description": "Anything passed in request"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"summary": "Returns anything passed in request data.",
|
|
396
|
-
"tags": [
|
|
397
|
-
"Anything"
|
|
398
|
-
]
|
|
399
|
-
},
|
|
400
|
-
"get": {
|
|
401
|
-
"produces": [
|
|
402
|
-
"application/json"
|
|
403
|
-
],
|
|
404
|
-
"responses": {
|
|
405
|
-
"200": {
|
|
406
|
-
"description": "Anything passed in request"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"summary": "Returns anything passed in request data.",
|
|
410
|
-
"tags": [
|
|
411
|
-
"Anything"
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
"patch": {
|
|
415
|
-
"produces": [
|
|
416
|
-
"application/json"
|
|
417
|
-
],
|
|
418
|
-
"responses": {
|
|
419
|
-
"200": {
|
|
420
|
-
"description": "Anything passed in request"
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
"summary": "Returns anything passed in request data.",
|
|
424
|
-
"tags": [
|
|
425
|
-
"Anything"
|
|
426
|
-
]
|
|
427
|
-
},
|
|
428
|
-
"post": {
|
|
429
|
-
"produces": [
|
|
430
|
-
"application/json"
|
|
431
|
-
],
|
|
432
|
-
"responses": {
|
|
433
|
-
"200": {
|
|
434
|
-
"description": "Anything passed in request"
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
"summary": "Returns anything passed in request data.",
|
|
438
|
-
"tags": [
|
|
439
|
-
"Anything"
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
|
-
"put": {
|
|
443
|
-
"produces": [
|
|
444
|
-
"application/json"
|
|
445
|
-
],
|
|
446
|
-
"responses": {
|
|
447
|
-
"200": {
|
|
448
|
-
"description": "Anything passed in request"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"summary": "Returns anything passed in request data.",
|
|
452
|
-
"tags": [
|
|
453
|
-
"Anything"
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
"trace": {
|
|
457
|
-
"produces": [
|
|
458
|
-
"application/json"
|
|
459
|
-
],
|
|
460
|
-
"responses": {
|
|
461
|
-
"200": {
|
|
462
|
-
"description": "Anything passed in request"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
"summary": "Returns anything passed in request data.",
|
|
466
|
-
"tags": [
|
|
467
|
-
"Anything"
|
|
468
|
-
]
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
"/base64/{value}": {
|
|
472
|
-
"get": {
|
|
473
|
-
"parameters": [
|
|
474
|
-
{
|
|
475
|
-
"default": "SFRUUEJJTiBpcyBhd2Vzb21l",
|
|
476
|
-
"in": "path",
|
|
477
|
-
"name": "value",
|
|
478
|
-
"type": "string",
|
|
479
|
-
"required": true
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
"produces": [
|
|
483
|
-
"text/html"
|
|
484
|
-
],
|
|
485
|
-
"responses": {
|
|
486
|
-
"200": {
|
|
487
|
-
"description": "Decoded base64 content."
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"summary": "Decodes base64url-encoded string.",
|
|
491
|
-
"tags": [
|
|
492
|
-
"Dynamic data"
|
|
493
|
-
]
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"/basic-auth/{user}/{passwd}": {
|
|
497
|
-
"get": {
|
|
498
|
-
"parameters": [
|
|
499
|
-
{
|
|
500
|
-
"in": "path",
|
|
501
|
-
"name": "user",
|
|
502
|
-
"type": "string",
|
|
503
|
-
"required": true
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"in": "path",
|
|
507
|
-
"name": "passwd",
|
|
508
|
-
"type": "string",
|
|
509
|
-
"required": true
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"produces": [
|
|
513
|
-
"application/json"
|
|
514
|
-
],
|
|
515
|
-
"responses": {
|
|
516
|
-
"200": {
|
|
517
|
-
"description": "Successful authentication."
|
|
518
|
-
},
|
|
519
|
-
"401": {
|
|
520
|
-
"description": "Unsuccessful authentication."
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"summary": "Prompts the user for authorization using HTTP Basic Auth.",
|
|
524
|
-
"tags": [
|
|
525
|
-
"Auth"
|
|
526
|
-
]
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
"/bearer": {
|
|
530
|
-
"get": {
|
|
531
|
-
"parameters": [
|
|
532
|
-
{
|
|
533
|
-
"in": "header",
|
|
534
|
-
"name": "Authorization",
|
|
535
|
-
"type": "string"
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"produces": [
|
|
539
|
-
"application/json"
|
|
540
|
-
],
|
|
541
|
-
"responses": {
|
|
542
|
-
"200": {
|
|
543
|
-
"description": "Successful authentication."
|
|
544
|
-
},
|
|
545
|
-
"401": {
|
|
546
|
-
"description": "Unsuccessful authentication."
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
"summary": "Prompts the user for authorization using bearer authentication.",
|
|
550
|
-
"tags": [
|
|
551
|
-
"Auth"
|
|
552
|
-
]
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
"/brotli": {
|
|
556
|
-
"get": {
|
|
557
|
-
"produces": [
|
|
558
|
-
"application/json"
|
|
559
|
-
],
|
|
560
|
-
"responses": {
|
|
561
|
-
"200": {
|
|
562
|
-
"description": "Brotli-encoded data."
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
"summary": "Returns Brotli-encoded data.",
|
|
566
|
-
"tags": [
|
|
567
|
-
"Response formats"
|
|
568
|
-
]
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"/bytes/{n}": {
|
|
572
|
-
"get": {
|
|
573
|
-
"parameters": [
|
|
574
|
-
{
|
|
575
|
-
"in": "path",
|
|
576
|
-
"name": "n",
|
|
577
|
-
"type": "integer",
|
|
578
|
-
"required": true
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"produces": [
|
|
582
|
-
"application/octet-stream"
|
|
583
|
-
],
|
|
584
|
-
"responses": {
|
|
585
|
-
"200": {
|
|
586
|
-
"description": "Bytes."
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
"summary": "Returns n random bytes generated with given seed",
|
|
590
|
-
"tags": [
|
|
591
|
-
"Dynamic data"
|
|
592
|
-
]
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"/cache": {
|
|
596
|
-
"get": {
|
|
597
|
-
"parameters": [
|
|
598
|
-
{
|
|
599
|
-
"in": "header",
|
|
600
|
-
"name": "If-Modified-Since",
|
|
601
|
-
"type": "string"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"in": "header",
|
|
605
|
-
"name": "If-None-Match",
|
|
606
|
-
"type": "string"
|
|
607
|
-
}
|
|
608
|
-
],
|
|
609
|
-
"produces": [
|
|
610
|
-
"application/json"
|
|
611
|
-
],
|
|
612
|
-
"responses": {
|
|
613
|
-
"200": {
|
|
614
|
-
"description": "Cached response"
|
|
615
|
-
},
|
|
616
|
-
"304": {
|
|
617
|
-
"description": "Modified"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
"summary": "Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.",
|
|
621
|
-
"tags": [
|
|
622
|
-
"Response inspection"
|
|
623
|
-
]
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
"/cache/{value}": {
|
|
627
|
-
"get": {
|
|
628
|
-
"parameters": [
|
|
629
|
-
{
|
|
630
|
-
"in": "path",
|
|
631
|
-
"name": "value",
|
|
632
|
-
"type": "integer",
|
|
633
|
-
"required": true
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"produces": [
|
|
637
|
-
"application/json"
|
|
638
|
-
],
|
|
639
|
-
"responses": {
|
|
640
|
-
"200": {
|
|
641
|
-
"description": "Cache control set"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
"summary": "Sets a Cache-Control header for n seconds.",
|
|
645
|
-
"tags": [
|
|
646
|
-
"Response inspection"
|
|
647
|
-
]
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"/cookies": {
|
|
651
|
-
"get": {
|
|
652
|
-
"produces": [
|
|
653
|
-
"application/json"
|
|
654
|
-
],
|
|
655
|
-
"responses": {
|
|
656
|
-
"200": {
|
|
657
|
-
"description": "Set cookies."
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
"summary": "Returns cookie data.",
|
|
661
|
-
"tags": [
|
|
662
|
-
"Cookies"
|
|
663
|
-
]
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
"/cookies/delete": {
|
|
667
|
-
"get": {
|
|
668
|
-
"parameters": [
|
|
669
|
-
{
|
|
670
|
-
"name": "freeform",
|
|
671
|
-
"in": "query",
|
|
672
|
-
"type": "string"
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"produces": [
|
|
676
|
-
"text/plain"
|
|
677
|
-
],
|
|
678
|
-
"responses": {
|
|
679
|
-
"200": {
|
|
680
|
-
"description": "Redirect to cookie list"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
"summary": "Deletes cookie(s) as provided by the query string and redirects to cookie list.",
|
|
684
|
-
"tags": [
|
|
685
|
-
"Cookies"
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
"/cookies/set": {
|
|
690
|
-
"get": {
|
|
691
|
-
"parameters": [
|
|
692
|
-
{
|
|
693
|
-
"name": "freeform",
|
|
694
|
-
"in": "query",
|
|
695
|
-
"type": "string"
|
|
696
|
-
}
|
|
697
|
-
],
|
|
698
|
-
"produces": [
|
|
699
|
-
"text/plain"
|
|
700
|
-
],
|
|
701
|
-
"responses": {
|
|
702
|
-
"200": {
|
|
703
|
-
"description": "Redirect to cookie list"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
"summary": "Sets cookie(s) as provided by the query string and redirects to cookie list.",
|
|
707
|
-
"tags": [
|
|
708
|
-
"Cookies"
|
|
709
|
-
]
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
"/cookies/set/{name}/{value}": {
|
|
713
|
-
"get": {
|
|
714
|
-
"parameters": [
|
|
715
|
-
{
|
|
716
|
-
"in": "path",
|
|
717
|
-
"name": "name",
|
|
718
|
-
"type": "string",
|
|
719
|
-
"required": true
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"in": "path",
|
|
723
|
-
"name": "value",
|
|
724
|
-
"type": "string",
|
|
725
|
-
"required": true
|
|
726
|
-
}
|
|
727
|
-
],
|
|
728
|
-
"produces": [
|
|
729
|
-
"text/plain"
|
|
730
|
-
],
|
|
731
|
-
"responses": {
|
|
732
|
-
"200": {
|
|
733
|
-
"description": "Set cookies and redirects to cookie list."
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
"summary": "Sets a cookie and redirects to cookie list.",
|
|
737
|
-
"tags": [
|
|
738
|
-
"Cookies"
|
|
739
|
-
]
|
|
740
|
-
}
|
|
741
|
-
},
|
|
742
|
-
"/deflate": {
|
|
743
|
-
"get": {
|
|
744
|
-
"produces": [
|
|
745
|
-
"application/json"
|
|
746
|
-
],
|
|
747
|
-
"responses": {
|
|
748
|
-
"200": {
|
|
749
|
-
"description": "Defalte-encoded data."
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
"summary": "Returns Deflate-encoded data.",
|
|
753
|
-
"tags": [
|
|
754
|
-
"Response formats"
|
|
755
|
-
]
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
"/delay/{delay}": {
|
|
759
|
-
"delete": {
|
|
760
|
-
"parameters": [
|
|
761
|
-
{
|
|
762
|
-
"in": "path",
|
|
763
|
-
"name": "delay",
|
|
764
|
-
"type": "integer",
|
|
765
|
-
"description": "Number of seconds to wait before sending the response.",
|
|
766
|
-
"required": true
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
|
-
"produces": [
|
|
770
|
-
"application/json"
|
|
771
|
-
],
|
|
772
|
-
"responses": {
|
|
773
|
-
"200": {
|
|
774
|
-
"description": "A delayed response."
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
778
|
-
"tags": [
|
|
779
|
-
"Dynamic data"
|
|
780
|
-
]
|
|
781
|
-
},
|
|
782
|
-
"get": {
|
|
783
|
-
"parameters": [
|
|
784
|
-
{
|
|
785
|
-
"in": "path",
|
|
786
|
-
"name": "delay",
|
|
787
|
-
"type": "integer",
|
|
788
|
-
"required": true
|
|
789
|
-
}
|
|
790
|
-
],
|
|
791
|
-
"produces": [
|
|
792
|
-
"application/json"
|
|
793
|
-
],
|
|
794
|
-
"responses": {
|
|
795
|
-
"200": {
|
|
796
|
-
"description": "A delayed response."
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
800
|
-
"tags": [
|
|
801
|
-
"Dynamic data"
|
|
802
|
-
]
|
|
803
|
-
},
|
|
804
|
-
"patch": {
|
|
805
|
-
"parameters": [
|
|
806
|
-
{
|
|
807
|
-
"in": "path",
|
|
808
|
-
"name": "delay",
|
|
809
|
-
"type": "integer",
|
|
810
|
-
"required": true
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"produces": [
|
|
814
|
-
"application/json"
|
|
815
|
-
],
|
|
816
|
-
"responses": {
|
|
817
|
-
"200": {
|
|
818
|
-
"description": "A delayed response."
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
822
|
-
"tags": [
|
|
823
|
-
"Dynamic data"
|
|
824
|
-
]
|
|
825
|
-
},
|
|
826
|
-
"post": {
|
|
827
|
-
"parameters": [
|
|
828
|
-
{
|
|
829
|
-
"in": "path",
|
|
830
|
-
"name": "delay",
|
|
831
|
-
"type": "integer",
|
|
832
|
-
"required": true
|
|
833
|
-
}
|
|
834
|
-
],
|
|
835
|
-
"produces": [
|
|
836
|
-
"application/json"
|
|
837
|
-
],
|
|
838
|
-
"responses": {
|
|
839
|
-
"200": {
|
|
840
|
-
"description": "A delayed response."
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
844
|
-
"tags": [
|
|
845
|
-
"Dynamic data"
|
|
846
|
-
]
|
|
847
|
-
},
|
|
848
|
-
"put": {
|
|
849
|
-
"parameters": [
|
|
850
|
-
{
|
|
851
|
-
"in": "path",
|
|
852
|
-
"name": "delay",
|
|
853
|
-
"type": "integer",
|
|
854
|
-
"required": true
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"produces": [
|
|
858
|
-
"application/json"
|
|
859
|
-
],
|
|
860
|
-
"responses": {
|
|
861
|
-
"200": {
|
|
862
|
-
"description": "A delayed response."
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
866
|
-
"tags": [
|
|
867
|
-
"Dynamic data"
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
|
-
"trace": {
|
|
871
|
-
"parameters": [
|
|
872
|
-
{
|
|
873
|
-
"in": "path",
|
|
874
|
-
"name": "delay",
|
|
875
|
-
"type": "integer",
|
|
876
|
-
"required": true
|
|
877
|
-
}
|
|
878
|
-
],
|
|
879
|
-
"produces": [
|
|
880
|
-
"application/json"
|
|
881
|
-
],
|
|
882
|
-
"responses": {
|
|
883
|
-
"200": {
|
|
884
|
-
"description": "A delayed response."
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
888
|
-
"tags": [
|
|
889
|
-
"Dynamic data"
|
|
890
|
-
]
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"/delete": {
|
|
894
|
-
"delete": {
|
|
895
|
-
"produces": [
|
|
896
|
-
"application/json"
|
|
897
|
-
],
|
|
898
|
-
"responses": {
|
|
899
|
-
"200": {
|
|
900
|
-
"description": "The request's DELETE parameters."
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
"summary": "The request's DELETE parameters.",
|
|
904
|
-
"tags": [
|
|
905
|
-
"HTTP Methods"
|
|
906
|
-
]
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
"/deny": {
|
|
910
|
-
"get": {
|
|
911
|
-
"produces": [
|
|
912
|
-
"text/plain"
|
|
913
|
-
],
|
|
914
|
-
"responses": {
|
|
915
|
-
"200": {
|
|
916
|
-
"description": "Denied message"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
"summary": "Returns page denied by robots.txt rules.",
|
|
920
|
-
"tags": [
|
|
921
|
-
"Response formats"
|
|
922
|
-
]
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"/digest-auth/{qop}/{user}/{passwd}": {
|
|
926
|
-
"get": {
|
|
927
|
-
"parameters": [
|
|
928
|
-
{
|
|
929
|
-
"description": "auth or auth-int",
|
|
930
|
-
"in": "path",
|
|
931
|
-
"name": "qop",
|
|
932
|
-
"type": "string",
|
|
933
|
-
"required": true
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"in": "path",
|
|
937
|
-
"name": "user",
|
|
938
|
-
"type": "string",
|
|
939
|
-
"required": true
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"in": "path",
|
|
943
|
-
"name": "passwd",
|
|
944
|
-
"type": "string",
|
|
945
|
-
"required": true
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"produces": [
|
|
949
|
-
"application/json"
|
|
950
|
-
],
|
|
951
|
-
"responses": {
|
|
952
|
-
"200": {
|
|
953
|
-
"description": "Successful authentication."
|
|
954
|
-
},
|
|
955
|
-
"401": {
|
|
956
|
-
"description": "Unsuccessful authentication."
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
"summary": "Prompts the user for authorization using Digest Auth.",
|
|
960
|
-
"tags": [
|
|
961
|
-
"Auth"
|
|
962
|
-
]
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"/digest-auth/{qop}/{user}/{passwd}/{algorithm}": {
|
|
966
|
-
"get": {
|
|
967
|
-
"parameters": [
|
|
968
|
-
{
|
|
969
|
-
"description": "auth or auth-int",
|
|
970
|
-
"in": "path",
|
|
971
|
-
"name": "qop",
|
|
972
|
-
"type": "string",
|
|
973
|
-
"required": true
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"in": "path",
|
|
977
|
-
"name": "user",
|
|
978
|
-
"type": "string",
|
|
979
|
-
"required": true
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"in": "path",
|
|
983
|
-
"name": "passwd",
|
|
984
|
-
"type": "string",
|
|
985
|
-
"required": true
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"default": "MD5",
|
|
989
|
-
"description": "MD5, SHA-256, SHA-512",
|
|
990
|
-
"in": "path",
|
|
991
|
-
"name": "algorithm",
|
|
992
|
-
"type": "string",
|
|
993
|
-
"required": true
|
|
994
|
-
}
|
|
995
|
-
],
|
|
996
|
-
"produces": [
|
|
997
|
-
"application/json"
|
|
998
|
-
],
|
|
999
|
-
"responses": {
|
|
1000
|
-
"200": {
|
|
1001
|
-
"description": "Successful authentication."
|
|
1002
|
-
},
|
|
1003
|
-
"401": {
|
|
1004
|
-
"description": "Unsuccessful authentication."
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"summary": "Prompts the user for authorization using Digest Auth + Algorithm.",
|
|
1008
|
-
"tags": [
|
|
1009
|
-
"Auth"
|
|
1010
|
-
]
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
"/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}": {
|
|
1014
|
-
"get": {
|
|
1015
|
-
"description": "allow settings the stale_after argument.\n",
|
|
1016
|
-
"parameters": [
|
|
1017
|
-
{
|
|
1018
|
-
"description": "auth or auth-int",
|
|
1019
|
-
"in": "path",
|
|
1020
|
-
"name": "qop",
|
|
1021
|
-
"type": "string",
|
|
1022
|
-
"required": true
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"in": "path",
|
|
1026
|
-
"name": "user",
|
|
1027
|
-
"type": "string",
|
|
1028
|
-
"required": true
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"in": "path",
|
|
1032
|
-
"name": "passwd",
|
|
1033
|
-
"type": "string",
|
|
1034
|
-
"required": true
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"default": "MD5",
|
|
1038
|
-
"description": "MD5, SHA-256, SHA-512",
|
|
1039
|
-
"in": "path",
|
|
1040
|
-
"name": "algorithm",
|
|
1041
|
-
"type": "string",
|
|
1042
|
-
"required": true
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"default": "never",
|
|
1046
|
-
"in": "path",
|
|
1047
|
-
"name": "stale_after",
|
|
1048
|
-
"type": "string",
|
|
1049
|
-
"required": true
|
|
1050
|
-
}
|
|
1051
|
-
],
|
|
1052
|
-
"produces": [
|
|
1053
|
-
"application/json"
|
|
1054
|
-
],
|
|
1055
|
-
"responses": {
|
|
1056
|
-
"200": {
|
|
1057
|
-
"description": "Successful authentication."
|
|
1058
|
-
},
|
|
1059
|
-
"401": {
|
|
1060
|
-
"description": "Unsuccessful authentication."
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
"summary": "Prompts the user for authorization using Digest Auth + Algorithm.",
|
|
1064
|
-
"tags": [
|
|
1065
|
-
"Auth"
|
|
1066
|
-
]
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
"/drip": {
|
|
1070
|
-
"get": {
|
|
1071
|
-
"parameters": [
|
|
1072
|
-
{
|
|
1073
|
-
"default": 2,
|
|
1074
|
-
"description": "The amount of time (in seconds) over which to drip each byte",
|
|
1075
|
-
"in": "query",
|
|
1076
|
-
"name": "duration",
|
|
1077
|
-
"required": false,
|
|
1078
|
-
"type": "number"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"default": 10,
|
|
1082
|
-
"description": "The number of bytes to respond with",
|
|
1083
|
-
"in": "query",
|
|
1084
|
-
"name": "numbytes",
|
|
1085
|
-
"required": false,
|
|
1086
|
-
"type": "integer"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"default": 200,
|
|
1090
|
-
"description": "The response code that will be returned",
|
|
1091
|
-
"in": "query",
|
|
1092
|
-
"name": "code",
|
|
1093
|
-
"required": false,
|
|
1094
|
-
"type": "integer"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"default": 2,
|
|
1098
|
-
"description": "The amount of time (in seconds) to delay before responding",
|
|
1099
|
-
"in": "query",
|
|
1100
|
-
"name": "delay",
|
|
1101
|
-
"required": false,
|
|
1102
|
-
"type": "number"
|
|
1103
|
-
}
|
|
1104
|
-
],
|
|
1105
|
-
"produces": [
|
|
1106
|
-
"application/octet-stream"
|
|
1107
|
-
],
|
|
1108
|
-
"responses": {
|
|
1109
|
-
"200": {
|
|
1110
|
-
"description": "A dripped response."
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
"summary": "Drips data over a duration after an optional initial delay.",
|
|
1114
|
-
"tags": [
|
|
1115
|
-
"Dynamic data"
|
|
1116
|
-
]
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
"/encoding/utf8": {
|
|
1120
|
-
"get": {
|
|
1121
|
-
"produces": [
|
|
1122
|
-
"text/html"
|
|
1123
|
-
],
|
|
1124
|
-
"responses": {
|
|
1125
|
-
"200": {
|
|
1126
|
-
"description": "Encoded UTF-8 content."
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
"summary": "Returns a UTF-8 encoded body.",
|
|
1130
|
-
"tags": [
|
|
1131
|
-
"Response formats"
|
|
1132
|
-
]
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
"/etag/{etag}": {
|
|
1136
|
-
"get": {
|
|
1137
|
-
"parameters": [
|
|
1138
|
-
{
|
|
1139
|
-
"in": "header",
|
|
1140
|
-
"name": "If-None-Match",
|
|
1141
|
-
"type": "string"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"in": "header",
|
|
1145
|
-
"name": "If-Match",
|
|
1146
|
-
"type": "string"
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
|
-
"produces": [
|
|
1150
|
-
"application/json"
|
|
1151
|
-
],
|
|
1152
|
-
"responses": {
|
|
1153
|
-
"200": {
|
|
1154
|
-
"description": "Normal response"
|
|
1155
|
-
},
|
|
1156
|
-
"412": {
|
|
1157
|
-
"description": "match"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"summary": "Assumes the resource has the given etag and responds to If-None-Match and If-Match headers appropriately.",
|
|
1161
|
-
"tags": [
|
|
1162
|
-
"Response inspection"
|
|
1163
|
-
]
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
"/get": {
|
|
1167
|
-
"get": {
|
|
1168
|
-
"produces": [
|
|
1169
|
-
"application/json"
|
|
1170
|
-
],
|
|
1171
|
-
"responses": {
|
|
1172
|
-
"200": {
|
|
1173
|
-
"description": "The request's query parameters."
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
"summary": "The request's query parameters.",
|
|
1177
|
-
"tags": [
|
|
1178
|
-
"HTTP Methods"
|
|
1179
|
-
]
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"/gzip": {
|
|
1183
|
-
"get": {
|
|
1184
|
-
"produces": [
|
|
1185
|
-
"application/json"
|
|
1186
|
-
],
|
|
1187
|
-
"responses": {
|
|
1188
|
-
"200": {
|
|
1189
|
-
"description": "GZip-encoded data."
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"summary": "Returns GZip-encoded data.",
|
|
1193
|
-
"tags": [
|
|
1194
|
-
"Response formats"
|
|
1195
|
-
]
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"/headers": {
|
|
1199
|
-
"get": {
|
|
1200
|
-
"produces": [
|
|
1201
|
-
"application/json"
|
|
1202
|
-
],
|
|
1203
|
-
"responses": {
|
|
1204
|
-
"200": {
|
|
1205
|
-
"description": "The request's headers."
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
"summary": "Return the incoming request's HTTP headers.",
|
|
1209
|
-
"tags": [
|
|
1210
|
-
"Request inspection"
|
|
1211
|
-
]
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
"/hidden-basic-auth/{user}/{passwd}": {
|
|
1215
|
-
"get": {
|
|
1216
|
-
"parameters": [
|
|
1217
|
-
{
|
|
1218
|
-
"in": "path",
|
|
1219
|
-
"name": "user",
|
|
1220
|
-
"type": "string",
|
|
1221
|
-
"required": true
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"in": "path",
|
|
1225
|
-
"name": "passwd",
|
|
1226
|
-
"type": "string",
|
|
1227
|
-
"required": true
|
|
1228
|
-
}
|
|
1229
|
-
],
|
|
1230
|
-
"produces": [
|
|
1231
|
-
"application/json"
|
|
1232
|
-
],
|
|
1233
|
-
"responses": {
|
|
1234
|
-
"200": {
|
|
1235
|
-
"description": "Successful authentication."
|
|
1236
|
-
},
|
|
1237
|
-
"404": {
|
|
1238
|
-
"description": "Unsuccessful authentication."
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"summary": "Prompts the user for authorization using HTTP Basic Auth.",
|
|
1242
|
-
"tags": [
|
|
1243
|
-
"Auth"
|
|
1244
|
-
]
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"/html": {
|
|
1248
|
-
"get": {
|
|
1249
|
-
"produces": [
|
|
1250
|
-
"text/html"
|
|
1251
|
-
],
|
|
1252
|
-
"responses": {
|
|
1253
|
-
"200": {
|
|
1254
|
-
"description": "An HTML page."
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
"summary": "Returns a simple HTML document.",
|
|
1258
|
-
"tags": [
|
|
1259
|
-
"Response formats"
|
|
1260
|
-
]
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
"/image": {
|
|
1264
|
-
"get": {
|
|
1265
|
-
"produces": [
|
|
1266
|
-
"image/webp",
|
|
1267
|
-
"image/svg+xml",
|
|
1268
|
-
"image/jpeg",
|
|
1269
|
-
"image/png",
|
|
1270
|
-
"image/*"
|
|
1271
|
-
],
|
|
1272
|
-
"responses": {
|
|
1273
|
-
"200": {
|
|
1274
|
-
"description": "An image."
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
"summary": "Returns a simple image of the type suggest by the Accept header.",
|
|
1278
|
-
"tags": [
|
|
1279
|
-
"Images"
|
|
1280
|
-
]
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
"/image/jpeg": {
|
|
1284
|
-
"get": {
|
|
1285
|
-
"produces": [
|
|
1286
|
-
"image/jpeg"
|
|
1287
|
-
],
|
|
1288
|
-
"responses": {
|
|
1289
|
-
"200": {
|
|
1290
|
-
"description": "A JPEG image."
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
"summary": "Returns a simple JPEG image.",
|
|
1294
|
-
"tags": [
|
|
1295
|
-
"Images"
|
|
1296
|
-
]
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
|
-
"/image/png": {
|
|
1300
|
-
"get": {
|
|
1301
|
-
"produces": [
|
|
1302
|
-
"image/png"
|
|
1303
|
-
],
|
|
1304
|
-
"responses": {
|
|
1305
|
-
"200": {
|
|
1306
|
-
"description": "A PNG image."
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"summary": "Returns a simple PNG image.",
|
|
1310
|
-
"tags": [
|
|
1311
|
-
"Images"
|
|
1312
|
-
]
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
"/image/svg": {
|
|
1316
|
-
"get": {
|
|
1317
|
-
"produces": [
|
|
1318
|
-
"image/svg+xml"
|
|
1319
|
-
],
|
|
1320
|
-
"responses": {
|
|
1321
|
-
"200": {
|
|
1322
|
-
"description": "An SVG image."
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"summary": "Returns a simple SVG image.",
|
|
1326
|
-
"tags": [
|
|
1327
|
-
"Images"
|
|
1328
|
-
]
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
"/image/webp": {
|
|
1332
|
-
"get": {
|
|
1333
|
-
"produces": [
|
|
1334
|
-
"image/webp"
|
|
1335
|
-
],
|
|
1336
|
-
"responses": {
|
|
1337
|
-
"200": {
|
|
1338
|
-
"description": "A WEBP image."
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"summary": "Returns a simple WEBP image.",
|
|
1342
|
-
"tags": [
|
|
1343
|
-
"Images"
|
|
1344
|
-
]
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
"/ip": {
|
|
1348
|
-
"get": {
|
|
1349
|
-
"produces": [
|
|
1350
|
-
"application/json"
|
|
1351
|
-
],
|
|
1352
|
-
"responses": {
|
|
1353
|
-
"200": {
|
|
1354
|
-
"description": "The Requester's IP Address."
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
"summary": "Returns the requester's IP Address.",
|
|
1358
|
-
"tags": [
|
|
1359
|
-
"Request inspection"
|
|
1360
|
-
]
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
"/json": {
|
|
1364
|
-
"get": {
|
|
1365
|
-
"produces": [
|
|
1366
|
-
"application/json"
|
|
1367
|
-
],
|
|
1368
|
-
"responses": {
|
|
1369
|
-
"200": {
|
|
1370
|
-
"description": "An JSON document."
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
|
-
"summary": "Returns a simple JSON document.",
|
|
1374
|
-
"tags": [
|
|
1375
|
-
"Response formats"
|
|
1376
|
-
]
|
|
1377
|
-
}
|
|
1378
|
-
},
|
|
1379
|
-
"/links/{n}/{offset}": {
|
|
1380
|
-
"get": {
|
|
1381
|
-
"parameters": [
|
|
1382
|
-
{
|
|
1383
|
-
"in": "path",
|
|
1384
|
-
"name": "n",
|
|
1385
|
-
"type": "integer",
|
|
1386
|
-
"required": true
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"in": "path",
|
|
1390
|
-
"name": "offset",
|
|
1391
|
-
"type": "integer",
|
|
1392
|
-
"required": true
|
|
1393
|
-
}
|
|
1394
|
-
],
|
|
1395
|
-
"produces": [
|
|
1396
|
-
"text/html"
|
|
1397
|
-
],
|
|
1398
|
-
"responses": {
|
|
1399
|
-
"200": {
|
|
1400
|
-
"description": "HTML links."
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
"summary": "Generate a page containing n links to other pages which do the same.",
|
|
1404
|
-
"tags": [
|
|
1405
|
-
"Dynamic data"
|
|
1406
|
-
]
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"/patch": {
|
|
1410
|
-
"patch": {
|
|
1411
|
-
"parameters": [
|
|
1412
|
-
{
|
|
1413
|
-
"in": "body",
|
|
1414
|
-
"schema": {
|
|
1415
|
-
"type": "object"
|
|
1416
|
-
},
|
|
1417
|
-
"name": "body"
|
|
1418
|
-
}
|
|
1419
|
-
],
|
|
1420
|
-
"produces": [
|
|
1421
|
-
"application/json"
|
|
1422
|
-
],
|
|
1423
|
-
"responses": {
|
|
1424
|
-
"200": {
|
|
1425
|
-
"description": "The request's PATCH parameters."
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
"summary": "The request's PATCH parameters.",
|
|
1429
|
-
"tags": [
|
|
1430
|
-
"HTTP Methods"
|
|
1431
|
-
]
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
"/post": {
|
|
1435
|
-
"post": {
|
|
1436
|
-
"parameters": [
|
|
1437
|
-
{
|
|
1438
|
-
"in": "body",
|
|
1439
|
-
"schema": {
|
|
1440
|
-
"type": "object"
|
|
1441
|
-
},
|
|
1442
|
-
"name": "body"
|
|
1443
|
-
}
|
|
1444
|
-
],
|
|
1445
|
-
"produces": [
|
|
1446
|
-
"application/json"
|
|
1447
|
-
],
|
|
1448
|
-
"responses": {
|
|
1449
|
-
"200": {
|
|
1450
|
-
"description": "The request's POST parameters."
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"summary": "The request's POST parameters.",
|
|
1454
|
-
"tags": [
|
|
1455
|
-
"HTTP Methods"
|
|
1456
|
-
]
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"/put": {
|
|
1460
|
-
"put": {
|
|
1461
|
-
"parameters": [
|
|
1462
|
-
{
|
|
1463
|
-
"in": "body",
|
|
1464
|
-
"schema": {
|
|
1465
|
-
"type": "object"
|
|
1466
|
-
},
|
|
1467
|
-
"name": "body"
|
|
1468
|
-
}
|
|
1469
|
-
],
|
|
1470
|
-
"produces": [
|
|
1471
|
-
"application/json"
|
|
1472
|
-
],
|
|
1473
|
-
"responses": {
|
|
1474
|
-
"200": {
|
|
1475
|
-
"description": "The request's PUT parameters."
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"summary": "The request's PUT parameters.",
|
|
1479
|
-
"tags": [
|
|
1480
|
-
"HTTP Methods"
|
|
1481
|
-
]
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"/range/{numbytes}": {
|
|
1485
|
-
"get": {
|
|
1486
|
-
"parameters": [
|
|
1487
|
-
{
|
|
1488
|
-
"in": "path",
|
|
1489
|
-
"name": "numbytes",
|
|
1490
|
-
"type": "integer",
|
|
1491
|
-
"required": true
|
|
1492
|
-
}
|
|
1493
|
-
],
|
|
1494
|
-
"produces": [
|
|
1495
|
-
"application/octet-stream"
|
|
1496
|
-
],
|
|
1497
|
-
"responses": {
|
|
1498
|
-
"200": {
|
|
1499
|
-
"description": "Bytes."
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
"summary": "Streams n random bytes generated with given seed, at given chunk size per packet.",
|
|
1503
|
-
"tags": [
|
|
1504
|
-
"Dynamic data"
|
|
1505
|
-
]
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
"/redirect-to": {
|
|
1509
|
-
"delete": {
|
|
1510
|
-
"produces": [
|
|
1511
|
-
"text/html"
|
|
1512
|
-
],
|
|
1513
|
-
"responses": {
|
|
1514
|
-
"302": {
|
|
1515
|
-
"description": "A redirection."
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1519
|
-
"tags": [
|
|
1520
|
-
"Redirects"
|
|
1521
|
-
]
|
|
1522
|
-
},
|
|
1523
|
-
"get": {
|
|
1524
|
-
"parameters": [
|
|
1525
|
-
{
|
|
1526
|
-
"in": "query",
|
|
1527
|
-
"name": "url",
|
|
1528
|
-
"required": true,
|
|
1529
|
-
"type": "string"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"in": "query",
|
|
1533
|
-
"name": "status_code",
|
|
1534
|
-
"type": "integer"
|
|
1535
|
-
}
|
|
1536
|
-
],
|
|
1537
|
-
"produces": [
|
|
1538
|
-
"text/html"
|
|
1539
|
-
],
|
|
1540
|
-
"responses": {
|
|
1541
|
-
"302": {
|
|
1542
|
-
"description": "A redirection."
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1546
|
-
"tags": [
|
|
1547
|
-
"Redirects"
|
|
1548
|
-
]
|
|
1549
|
-
},
|
|
1550
|
-
"patch": {
|
|
1551
|
-
"produces": [
|
|
1552
|
-
"text/html"
|
|
1553
|
-
],
|
|
1554
|
-
"responses": {
|
|
1555
|
-
"302": {
|
|
1556
|
-
"description": "A redirection."
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1560
|
-
"tags": [
|
|
1561
|
-
"Redirects"
|
|
1562
|
-
]
|
|
1563
|
-
},
|
|
1564
|
-
"post": {
|
|
1565
|
-
"parameters": [
|
|
1566
|
-
{
|
|
1567
|
-
"in": "formData",
|
|
1568
|
-
"name": "url",
|
|
1569
|
-
"required": true,
|
|
1570
|
-
"type": "string"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"in": "formData",
|
|
1574
|
-
"name": "status_code",
|
|
1575
|
-
"required": false,
|
|
1576
|
-
"type": "integer"
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"produces": [
|
|
1580
|
-
"text/html"
|
|
1581
|
-
],
|
|
1582
|
-
"responses": {
|
|
1583
|
-
"302": {
|
|
1584
|
-
"description": "A redirection."
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1588
|
-
"tags": [
|
|
1589
|
-
"Redirects"
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
"put": {
|
|
1593
|
-
"parameters": [
|
|
1594
|
-
{
|
|
1595
|
-
"in": "formData",
|
|
1596
|
-
"name": "url",
|
|
1597
|
-
"required": true,
|
|
1598
|
-
"type": "string"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"in": "formData",
|
|
1602
|
-
"name": "status_code",
|
|
1603
|
-
"required": false,
|
|
1604
|
-
"type": "integer"
|
|
1605
|
-
}
|
|
1606
|
-
],
|
|
1607
|
-
"produces": [
|
|
1608
|
-
"text/html"
|
|
1609
|
-
],
|
|
1610
|
-
"responses": {
|
|
1611
|
-
"302": {
|
|
1612
|
-
"description": "A redirection."
|
|
1613
|
-
}
|
|
1614
|
-
},
|
|
1615
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1616
|
-
"tags": [
|
|
1617
|
-
"Redirects"
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
|
-
"trace": {
|
|
1621
|
-
"produces": [
|
|
1622
|
-
"text/html"
|
|
1623
|
-
],
|
|
1624
|
-
"responses": {
|
|
1625
|
-
"302": {
|
|
1626
|
-
"description": "A redirection."
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1630
|
-
"tags": [
|
|
1631
|
-
"Redirects"
|
|
1632
|
-
]
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"/redirect/{n}": {
|
|
1636
|
-
"get": {
|
|
1637
|
-
"parameters": [
|
|
1638
|
-
{
|
|
1639
|
-
"in": "path",
|
|
1640
|
-
"name": "n",
|
|
1641
|
-
"type": "integer",
|
|
1642
|
-
"required": true
|
|
1643
|
-
}
|
|
1644
|
-
],
|
|
1645
|
-
"produces": [
|
|
1646
|
-
"text/html"
|
|
1647
|
-
],
|
|
1648
|
-
"responses": {
|
|
1649
|
-
"302": {
|
|
1650
|
-
"description": "A redirection."
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
"summary": "302 Redirects n times.",
|
|
1654
|
-
"tags": [
|
|
1655
|
-
"Redirects"
|
|
1656
|
-
]
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
"/relative-redirect/{n}": {
|
|
1660
|
-
"get": {
|
|
1661
|
-
"parameters": [
|
|
1662
|
-
{
|
|
1663
|
-
"in": "path",
|
|
1664
|
-
"name": "n",
|
|
1665
|
-
"type": "integer",
|
|
1666
|
-
"required": true
|
|
1667
|
-
}
|
|
1668
|
-
],
|
|
1669
|
-
"produces": [
|
|
1670
|
-
"text/html"
|
|
1671
|
-
],
|
|
1672
|
-
"responses": {
|
|
1673
|
-
"302": {
|
|
1674
|
-
"description": "A redirection."
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
"summary": "Relatively 302 Redirects n times.",
|
|
1678
|
-
"tags": [
|
|
1679
|
-
"Redirects"
|
|
1680
|
-
]
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"/response-headers": {
|
|
1684
|
-
"get": {
|
|
1685
|
-
"parameters": [
|
|
1686
|
-
{
|
|
1687
|
-
"in": "query",
|
|
1688
|
-
"name": "freeform",
|
|
1689
|
-
"type": "string"
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"produces": [
|
|
1693
|
-
"application/json"
|
|
1694
|
-
],
|
|
1695
|
-
"responses": {
|
|
1696
|
-
"200": {
|
|
1697
|
-
"description": "Response headers"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
"summary": "Returns a set of response headers from the query string.",
|
|
1701
|
-
"tags": [
|
|
1702
|
-
"Response inspection"
|
|
1703
|
-
]
|
|
1704
|
-
},
|
|
1705
|
-
"post": {
|
|
1706
|
-
"parameters": [
|
|
1707
|
-
{
|
|
1708
|
-
"in": "query",
|
|
1709
|
-
"name": "freeform",
|
|
1710
|
-
"type": "string"
|
|
1711
|
-
}
|
|
1712
|
-
],
|
|
1713
|
-
"produces": [
|
|
1714
|
-
"application/json"
|
|
1715
|
-
],
|
|
1716
|
-
"responses": {
|
|
1717
|
-
"200": {
|
|
1718
|
-
"description": "Response headers"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
"summary": "Returns a set of response headers from the query string.",
|
|
1722
|
-
"tags": [
|
|
1723
|
-
"Response inspection"
|
|
1724
|
-
]
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
"/robots.txt": {
|
|
1728
|
-
"get": {
|
|
1729
|
-
"produces": [
|
|
1730
|
-
"text/plain"
|
|
1731
|
-
],
|
|
1732
|
-
"responses": {
|
|
1733
|
-
"200": {
|
|
1734
|
-
"description": "Robots file"
|
|
1735
|
-
}
|
|
1736
|
-
},
|
|
1737
|
-
"summary": "Returns some robots.txt rules.",
|
|
1738
|
-
"tags": [
|
|
1739
|
-
"Response formats"
|
|
1740
|
-
]
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
"/status/{codes}": {
|
|
1744
|
-
"delete": {
|
|
1745
|
-
"parameters": [
|
|
1746
|
-
{
|
|
1747
|
-
"in": "path",
|
|
1748
|
-
"name": "codes",
|
|
1749
|
-
"required": true,
|
|
1750
|
-
"type": "number"
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"produces": [
|
|
1754
|
-
"text/plain"
|
|
1755
|
-
],
|
|
1756
|
-
"responses": {
|
|
1757
|
-
"100": {
|
|
1758
|
-
"description": "Informational responses"
|
|
1759
|
-
},
|
|
1760
|
-
"200": {
|
|
1761
|
-
"description": "Success"
|
|
1762
|
-
},
|
|
1763
|
-
"300": {
|
|
1764
|
-
"description": "Redirection"
|
|
1765
|
-
},
|
|
1766
|
-
"400": {
|
|
1767
|
-
"description": "Client Errors"
|
|
1768
|
-
},
|
|
1769
|
-
"500": {
|
|
1770
|
-
"description": "Server Errors"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1774
|
-
"tags": [
|
|
1775
|
-
"Status codes"
|
|
1776
|
-
]
|
|
1777
|
-
},
|
|
1778
|
-
"get": {
|
|
1779
|
-
"parameters": [
|
|
1780
|
-
{
|
|
1781
|
-
"in": "path",
|
|
1782
|
-
"name": "codes",
|
|
1783
|
-
"required": true,
|
|
1784
|
-
"type": "number"
|
|
1785
|
-
}
|
|
1786
|
-
],
|
|
1787
|
-
"produces": [
|
|
1788
|
-
"text/plain"
|
|
1789
|
-
],
|
|
1790
|
-
"responses": {
|
|
1791
|
-
"100": {
|
|
1792
|
-
"description": "Informational responses"
|
|
1793
|
-
},
|
|
1794
|
-
"200": {
|
|
1795
|
-
"description": "Success"
|
|
1796
|
-
},
|
|
1797
|
-
"300": {
|
|
1798
|
-
"description": "Redirection"
|
|
1799
|
-
},
|
|
1800
|
-
"400": {
|
|
1801
|
-
"description": "Client Errors"
|
|
1802
|
-
},
|
|
1803
|
-
"500": {
|
|
1804
|
-
"description": "Server Errors"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1808
|
-
"tags": [
|
|
1809
|
-
"Status codes"
|
|
1810
|
-
]
|
|
1811
|
-
},
|
|
1812
|
-
"patch": {
|
|
1813
|
-
"parameters": [
|
|
1814
|
-
{
|
|
1815
|
-
"in": "path",
|
|
1816
|
-
"name": "codes",
|
|
1817
|
-
"required": true,
|
|
1818
|
-
"type": "number"
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"produces": [
|
|
1822
|
-
"text/plain"
|
|
1823
|
-
],
|
|
1824
|
-
"responses": {
|
|
1825
|
-
"100": {
|
|
1826
|
-
"description": "Informational responses"
|
|
1827
|
-
},
|
|
1828
|
-
"200": {
|
|
1829
|
-
"description": "Success"
|
|
1830
|
-
},
|
|
1831
|
-
"300": {
|
|
1832
|
-
"description": "Redirection"
|
|
1833
|
-
},
|
|
1834
|
-
"400": {
|
|
1835
|
-
"description": "Client Errors"
|
|
1836
|
-
},
|
|
1837
|
-
"500": {
|
|
1838
|
-
"description": "Server Errors"
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1842
|
-
"tags": [
|
|
1843
|
-
"Status codes"
|
|
1844
|
-
]
|
|
1845
|
-
},
|
|
1846
|
-
"post": {
|
|
1847
|
-
"parameters": [
|
|
1848
|
-
{
|
|
1849
|
-
"in": "path",
|
|
1850
|
-
"name": "codes",
|
|
1851
|
-
"required": true,
|
|
1852
|
-
"type": "number"
|
|
1853
|
-
}
|
|
1854
|
-
],
|
|
1855
|
-
"produces": [
|
|
1856
|
-
"text/plain"
|
|
1857
|
-
],
|
|
1858
|
-
"responses": {
|
|
1859
|
-
"100": {
|
|
1860
|
-
"description": "Informational responses"
|
|
1861
|
-
},
|
|
1862
|
-
"200": {
|
|
1863
|
-
"description": "Success"
|
|
1864
|
-
},
|
|
1865
|
-
"300": {
|
|
1866
|
-
"description": "Redirection"
|
|
1867
|
-
},
|
|
1868
|
-
"400": {
|
|
1869
|
-
"description": "Client Errors"
|
|
1870
|
-
},
|
|
1871
|
-
"500": {
|
|
1872
|
-
"description": "Server Errors"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1876
|
-
"tags": [
|
|
1877
|
-
"Status codes"
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
|
-
"put": {
|
|
1881
|
-
"parameters": [
|
|
1882
|
-
{
|
|
1883
|
-
"in": "path",
|
|
1884
|
-
"name": "codes",
|
|
1885
|
-
"required": true,
|
|
1886
|
-
"type": "number"
|
|
1887
|
-
}
|
|
1888
|
-
],
|
|
1889
|
-
"produces": [
|
|
1890
|
-
"text/plain"
|
|
1891
|
-
],
|
|
1892
|
-
"responses": {
|
|
1893
|
-
"100": {
|
|
1894
|
-
"description": "Informational responses"
|
|
1895
|
-
},
|
|
1896
|
-
"200": {
|
|
1897
|
-
"description": "Success"
|
|
1898
|
-
},
|
|
1899
|
-
"300": {
|
|
1900
|
-
"description": "Redirection"
|
|
1901
|
-
},
|
|
1902
|
-
"400": {
|
|
1903
|
-
"description": "Client Errors"
|
|
1904
|
-
},
|
|
1905
|
-
"500": {
|
|
1906
|
-
"description": "Server Errors"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1910
|
-
"tags": [
|
|
1911
|
-
"Status codes"
|
|
1912
|
-
]
|
|
1913
|
-
},
|
|
1914
|
-
"trace": {
|
|
1915
|
-
"parameters": [
|
|
1916
|
-
{
|
|
1917
|
-
"in": "path",
|
|
1918
|
-
"name": "codes",
|
|
1919
|
-
"required": true,
|
|
1920
|
-
"type": "number"
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"produces": [
|
|
1924
|
-
"text/plain"
|
|
1925
|
-
],
|
|
1926
|
-
"responses": {
|
|
1927
|
-
"100": {
|
|
1928
|
-
"description": "Informational responses"
|
|
1929
|
-
},
|
|
1930
|
-
"200": {
|
|
1931
|
-
"description": "Success"
|
|
1932
|
-
},
|
|
1933
|
-
"300": {
|
|
1934
|
-
"description": "Redirection"
|
|
1935
|
-
},
|
|
1936
|
-
"400": {
|
|
1937
|
-
"description": "Client Errors"
|
|
1938
|
-
},
|
|
1939
|
-
"500": {
|
|
1940
|
-
"description": "Server Errors"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1944
|
-
"tags": [
|
|
1945
|
-
"Status codes"
|
|
1946
|
-
]
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"/stream-bytes/{n}": {
|
|
1950
|
-
"get": {
|
|
1951
|
-
"parameters": [
|
|
1952
|
-
{
|
|
1953
|
-
"in": "path",
|
|
1954
|
-
"name": "n",
|
|
1955
|
-
"type": "integer",
|
|
1956
|
-
"required": true
|
|
1957
|
-
}
|
|
1958
|
-
],
|
|
1959
|
-
"produces": [
|
|
1960
|
-
"application/octet-stream"
|
|
1961
|
-
],
|
|
1962
|
-
"responses": {
|
|
1963
|
-
"200": {
|
|
1964
|
-
"description": "Bytes."
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1967
|
-
"summary": "Streams n random bytes generated with given seed, at given chunk size per packet.",
|
|
1968
|
-
"tags": [
|
|
1969
|
-
"Dynamic data"
|
|
1970
|
-
]
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
"/stream/{n}": {
|
|
1974
|
-
"get": {
|
|
1975
|
-
"parameters": [
|
|
1976
|
-
{
|
|
1977
|
-
"in": "path",
|
|
1978
|
-
"name": "n",
|
|
1979
|
-
"type": "integer",
|
|
1980
|
-
"required": true
|
|
1981
|
-
}
|
|
1982
|
-
],
|
|
1983
|
-
"produces": [
|
|
1984
|
-
"application/json"
|
|
1985
|
-
],
|
|
1986
|
-
"responses": {
|
|
1987
|
-
"200": {
|
|
1988
|
-
"description": "Streamed JSON responses."
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
"summary": "Stream n JSON responses",
|
|
1992
|
-
"tags": [
|
|
1993
|
-
"Dynamic data"
|
|
1994
|
-
]
|
|
1995
|
-
}
|
|
1996
|
-
},
|
|
1997
|
-
"/user-agent": {
|
|
1998
|
-
"get": {
|
|
1999
|
-
"produces": [
|
|
2000
|
-
"application/json"
|
|
2001
|
-
],
|
|
2002
|
-
"responses": {
|
|
2003
|
-
"200": {
|
|
2004
|
-
"description": "The request's User-Agent header."
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
"summary": "Return the incoming requests's User-Agent header.",
|
|
2008
|
-
"tags": [
|
|
2009
|
-
"Request inspection"
|
|
2010
|
-
]
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
"/uuid": {
|
|
2014
|
-
"get": {
|
|
2015
|
-
"produces": [
|
|
2016
|
-
"application/json"
|
|
2017
|
-
],
|
|
2018
|
-
"responses": {
|
|
2019
|
-
"200": {
|
|
2020
|
-
"description": "A UUID4."
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"summary": "Return a UUID4.",
|
|
2024
|
-
"tags": [
|
|
2025
|
-
"Dynamic data"
|
|
2026
|
-
]
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
"/xml": {
|
|
2030
|
-
"get": {
|
|
2031
|
-
"produces": [
|
|
2032
|
-
"application/xml"
|
|
2033
|
-
],
|
|
2034
|
-
"responses": {
|
|
2035
|
-
"200": {
|
|
2036
|
-
"description": "An XML document."
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
|
-
"summary": "Returns a simple XML document.",
|
|
2040
|
-
"tags": [
|
|
2041
|
-
"Response formats"
|
|
2042
|
-
]
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
|
-
"tags": [
|
|
2047
|
-
{
|
|
2048
|
-
"description": "Testing different HTTP verbs",
|
|
2049
|
-
"name": "HTTP Methods"
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"description": "Auth methods",
|
|
2053
|
-
"name": "Auth"
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"description": "Generates responses with given status code",
|
|
2057
|
-
"name": "Status codes"
|
|
2058
|
-
},
|
|
2059
|
-
{
|
|
2060
|
-
"description": "Inspect the request data",
|
|
2061
|
-
"name": "Request inspection"
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"description": "Inspect the response data like caching and headers",
|
|
2065
|
-
"name": "Response inspection"
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"description": "Returns responses in different data formats",
|
|
2069
|
-
"name": "Response formats"
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"description": "Generates random and dynamic data",
|
|
2073
|
-
"name": "Dynamic data"
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"description": "Creates, reads and deletes Cookies",
|
|
2077
|
-
"name": "Cookies"
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"description": "Returns different image formats",
|
|
2081
|
-
"name": "Images"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"description": "Returns different redirect responses",
|
|
2085
|
-
"name": "Redirects"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"description": "Returns anything that is passed to request",
|
|
2089
|
-
"name": "Anything"
|
|
2090
|
-
}
|
|
2091
|
-
]
|
|
2092
|
-
}
|
|
2093
|
-
`
|
|
2094
|
-
|
|
2095
|
-
export const Oas30Yaml = `
|
|
2096
|
-
openapi: 3.0.2
|
|
2097
|
-
servers:
|
|
2098
|
-
- url: /v3
|
|
2099
|
-
info:
|
|
2100
|
-
description: |-
|
|
2101
|
-
This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about
|
|
2102
|
-
Swagger at [http://swagger.io](http://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!
|
|
2103
|
-
You can now help us improve the API whether it's by making changes to the definition itself or to the code.
|
|
2104
|
-
That way, with time, we can improve the API in general, and expose some of the new features in OAS3.
|
|
2105
|
-
|
|
2106
|
-
Some useful links:
|
|
2107
|
-
- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)
|
|
2108
|
-
- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
|
|
2109
|
-
version: 1.0.6-SNAPSHOT
|
|
2110
|
-
title: Swagger Petstore - OpenAPI 3.0
|
|
2111
|
-
termsOfService: 'http://swagger.io/terms/'
|
|
2112
|
-
contact:
|
|
2113
|
-
email: apiteam@swagger.io
|
|
2114
|
-
name: Swagger IO
|
|
2115
|
-
url: swagger.io
|
|
2116
|
-
license:
|
|
2117
|
-
name: Apache 2.0
|
|
2118
|
-
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
|
2119
|
-
tags:
|
|
2120
|
-
- name: pet
|
|
2121
|
-
description: Everything about your Pets
|
|
2122
|
-
externalDocs:
|
|
2123
|
-
description: Find out more
|
|
2124
|
-
url: 'http://swagger.io'
|
|
2125
|
-
- name: store
|
|
2126
|
-
description: Operations about user
|
|
2127
|
-
- name: user
|
|
2128
|
-
description: Access to Petstore orders
|
|
2129
|
-
externalDocs:
|
|
2130
|
-
description: Find out more about our store
|
|
2131
|
-
url: 'http://swagger.io'
|
|
2132
|
-
paths:
|
|
2133
|
-
/pet:
|
|
2134
|
-
post:
|
|
2135
|
-
tags:
|
|
2136
|
-
- pet
|
|
2137
|
-
summary: Add a new pet to the store
|
|
2138
|
-
description: Add a new pet to the store
|
|
2139
|
-
operationId: addPet
|
|
2140
|
-
deprecated: true
|
|
2141
|
-
responses:
|
|
2142
|
-
'200':
|
|
2143
|
-
description: Successful operation
|
|
2144
|
-
content:
|
|
2145
|
-
application/xml:
|
|
2146
|
-
schema:
|
|
2147
|
-
$ref: '#/components/schemas/Pet'
|
|
2148
|
-
application/json:
|
|
2149
|
-
schema:
|
|
2150
|
-
$ref: '#/components/schemas/Pet'
|
|
2151
|
-
'405':
|
|
2152
|
-
description: Invalid input
|
|
2153
|
-
security:
|
|
2154
|
-
- petstore_auth:
|
|
2155
|
-
- 'write:pets'
|
|
2156
|
-
- 'read:pets'
|
|
2157
|
-
requestBody:
|
|
2158
|
-
description: Create a new pet in the store
|
|
2159
|
-
required: true
|
|
2160
|
-
content:
|
|
2161
|
-
application/json:
|
|
2162
|
-
schema:
|
|
2163
|
-
$ref: '#/components/schemas/Pet'
|
|
2164
|
-
application/xml:
|
|
2165
|
-
schema:
|
|
2166
|
-
$ref: '#/components/schemas/Pet'
|
|
2167
|
-
application/x-www-form-urlencoded:
|
|
2168
|
-
schema:
|
|
2169
|
-
$ref: '#/components/schemas/Pet'
|
|
2170
|
-
put:
|
|
2171
|
-
tags:
|
|
2172
|
-
- pet
|
|
2173
|
-
summary: Update an existing pet
|
|
2174
|
-
description: Update an existing pet by Id
|
|
2175
|
-
operationId: updatePet
|
|
2176
|
-
responses:
|
|
2177
|
-
'200':
|
|
2178
|
-
description: Successful operation
|
|
2179
|
-
content:
|
|
2180
|
-
application/xml:
|
|
2181
|
-
schema:
|
|
2182
|
-
$ref: '#/components/schemas/Pet'
|
|
2183
|
-
application/json:
|
|
2184
|
-
schema:
|
|
2185
|
-
$ref: '#/components/schemas/Pet'
|
|
2186
|
-
'400':
|
|
2187
|
-
description: Invalid ID supplied
|
|
2188
|
-
'404':
|
|
2189
|
-
description: Pet not found
|
|
2190
|
-
'405':
|
|
2191
|
-
description: Validation exception
|
|
2192
|
-
security:
|
|
2193
|
-
- petstore_auth:
|
|
2194
|
-
- 'write:pets'
|
|
2195
|
-
- 'read:pets'
|
|
2196
|
-
requestBody:
|
|
2197
|
-
description: Update an existent pet in the store
|
|
2198
|
-
required: true
|
|
2199
|
-
content:
|
|
2200
|
-
application/json:
|
|
2201
|
-
schema:
|
|
2202
|
-
$ref: '#/components/schemas/Pet'
|
|
2203
|
-
application/xml:
|
|
2204
|
-
schema:
|
|
2205
|
-
$ref: '#/components/schemas/Pet'
|
|
2206
|
-
application/x-www-form-urlencoded:
|
|
2207
|
-
schema:
|
|
2208
|
-
$ref: '#/components/schemas/Pet'
|
|
2209
|
-
/pet/findByStatus:
|
|
2210
|
-
get:
|
|
2211
|
-
tags:
|
|
2212
|
-
- pet
|
|
2213
|
-
summary: Finds Pets by status
|
|
2214
|
-
description: Multiple status values can be provided with comma separated strings
|
|
2215
|
-
operationId: findPetsByStatus
|
|
2216
|
-
parameters:
|
|
2217
|
-
- name: status
|
|
2218
|
-
in: query
|
|
2219
|
-
description: Status values that need to be considered for filter
|
|
2220
|
-
required: false
|
|
2221
|
-
explode: true
|
|
2222
|
-
example: pending
|
|
2223
|
-
schema:
|
|
2224
|
-
type: string
|
|
2225
|
-
enum:
|
|
2226
|
-
- available
|
|
2227
|
-
- pending
|
|
2228
|
-
- sold
|
|
2229
|
-
default: available
|
|
2230
|
-
responses:
|
|
2231
|
-
'200':
|
|
2232
|
-
description: successful operation
|
|
2233
|
-
content:
|
|
2234
|
-
application/xml:
|
|
2235
|
-
schema:
|
|
2236
|
-
type: array
|
|
2237
|
-
items:
|
|
2238
|
-
$ref: '#/components/schemas/Pet'
|
|
2239
|
-
application/json:
|
|
2240
|
-
schema:
|
|
2241
|
-
type: array
|
|
2242
|
-
items:
|
|
2243
|
-
$ref: '#/components/schemas/Pet'
|
|
2244
|
-
'400':
|
|
2245
|
-
description: Invalid status value
|
|
2246
|
-
security:
|
|
2247
|
-
- petstore_auth:
|
|
2248
|
-
- 'write:pets'
|
|
2249
|
-
- 'read:pets'
|
|
2250
|
-
/pet/findByTags:
|
|
2251
|
-
get:
|
|
2252
|
-
tags:
|
|
2253
|
-
- pet
|
|
2254
|
-
summary: Finds Pets by tags
|
|
2255
|
-
description: >-
|
|
2256
|
-
Multiple tags can be provided with comma separated strings. Use tag1,
|
|
2257
|
-
tag2, tag3 for testing.
|
|
2258
|
-
operationId: findPetsByTags
|
|
2259
|
-
parameters:
|
|
2260
|
-
- name: tags
|
|
2261
|
-
in: query
|
|
2262
|
-
description: Tags to filter by
|
|
2263
|
-
required: false
|
|
2264
|
-
explode: true
|
|
2265
|
-
schema:
|
|
2266
|
-
type: array
|
|
2267
|
-
items:
|
|
2268
|
-
type: string
|
|
2269
|
-
responses:
|
|
2270
|
-
'200':
|
|
2271
|
-
description: successful operation
|
|
2272
|
-
content:
|
|
2273
|
-
application/xml:
|
|
2274
|
-
schema:
|
|
2275
|
-
type: array
|
|
2276
|
-
items:
|
|
2277
|
-
$ref: '#/components/schemas/Pet'
|
|
2278
|
-
application/json:
|
|
2279
|
-
schema:
|
|
2280
|
-
type: array
|
|
2281
|
-
items:
|
|
2282
|
-
$ref: '#/components/schemas/Pet'
|
|
2283
|
-
'400':
|
|
2284
|
-
description: Invalid tag value
|
|
2285
|
-
security:
|
|
2286
|
-
- petstore_auth:
|
|
2287
|
-
- 'write:pets'
|
|
2288
|
-
- 'read:pets'
|
|
2289
|
-
'/pet/{petId}':
|
|
2290
|
-
get:
|
|
2291
|
-
tags:
|
|
2292
|
-
- pet
|
|
2293
|
-
summary: Find pet by ID
|
|
2294
|
-
description: Returns a single pet
|
|
2295
|
-
operationId: getPetById
|
|
2296
|
-
parameters:
|
|
2297
|
-
- name: petId
|
|
2298
|
-
in: path
|
|
2299
|
-
description: ID of pet to return
|
|
2300
|
-
required: true
|
|
2301
|
-
schema:
|
|
2302
|
-
type: integer
|
|
2303
|
-
format: int64
|
|
2304
|
-
responses:
|
|
2305
|
-
'200':
|
|
2306
|
-
description: successful operation
|
|
2307
|
-
content:
|
|
2308
|
-
application/xml:
|
|
2309
|
-
schema:
|
|
2310
|
-
$ref: '#/components/schemas/Pet'
|
|
2311
|
-
application/json:
|
|
2312
|
-
schema:
|
|
2313
|
-
$ref: '#/components/schemas/Pet'
|
|
2314
|
-
'400':
|
|
2315
|
-
description: Invalid ID supplied
|
|
2316
|
-
'404':
|
|
2317
|
-
description: Pet not found
|
|
2318
|
-
security:
|
|
2319
|
-
- api_key: []
|
|
2320
|
-
- petstore_auth:
|
|
2321
|
-
- 'write:pets'
|
|
2322
|
-
- 'read:pets'
|
|
2323
|
-
post:
|
|
2324
|
-
tags:
|
|
2325
|
-
- pet
|
|
2326
|
-
summary: Updates a pet in the store with form data
|
|
2327
|
-
description: ''
|
|
2328
|
-
operationId: updatePetWithForm
|
|
2329
|
-
parameters:
|
|
2330
|
-
- name: petId
|
|
2331
|
-
in: path
|
|
2332
|
-
description: ID of pet that needs to be updated
|
|
2333
|
-
required: true
|
|
2334
|
-
schema:
|
|
2335
|
-
type: integer
|
|
2336
|
-
format: int64
|
|
2337
|
-
- name: name
|
|
2338
|
-
in: query
|
|
2339
|
-
description: Name of pet that needs to be updated
|
|
2340
|
-
deprecated: true
|
|
2341
|
-
explode: true
|
|
2342
|
-
allowEmptyValue: true
|
|
2343
|
-
allowReserved: true
|
|
2344
|
-
required: false
|
|
2345
|
-
style: form
|
|
2346
|
-
example: "A name"
|
|
2347
|
-
schema:
|
|
2348
|
-
type: string
|
|
2349
|
-
- name: status
|
|
2350
|
-
in: query
|
|
2351
|
-
description: Status of pet that needs to be updated
|
|
2352
|
-
schema:
|
|
2353
|
-
type: string
|
|
2354
|
-
- name: debug
|
|
2355
|
-
in: cookie
|
|
2356
|
-
description: Whether to debug the response
|
|
2357
|
-
schema:
|
|
2358
|
-
type: number
|
|
2359
|
-
- in: query
|
|
2360
|
-
name: filter
|
|
2361
|
-
content:
|
|
2362
|
-
application/json:
|
|
2363
|
-
schema:
|
|
2364
|
-
type: object
|
|
2365
|
-
properties:
|
|
2366
|
-
type:
|
|
2367
|
-
type: string
|
|
2368
|
-
color:
|
|
2369
|
-
type: string
|
|
2370
|
-
responses:
|
|
2371
|
-
'405':
|
|
2372
|
-
description: Invalid input
|
|
2373
|
-
security:
|
|
2374
|
-
- petstore_auth:
|
|
2375
|
-
- 'write:pets'
|
|
2376
|
-
- 'read:pets'
|
|
2377
|
-
delete:
|
|
2378
|
-
tags:
|
|
2379
|
-
- pet
|
|
2380
|
-
summary: Deletes a pet
|
|
2381
|
-
description: ''
|
|
2382
|
-
operationId: deletePet
|
|
2383
|
-
parameters:
|
|
2384
|
-
- name: api_key
|
|
2385
|
-
in: header
|
|
2386
|
-
description: ''
|
|
2387
|
-
required: false
|
|
2388
|
-
schema:
|
|
2389
|
-
type: string
|
|
2390
|
-
- name: petId
|
|
2391
|
-
in: path
|
|
2392
|
-
description: Pet id to delete
|
|
2393
|
-
required: true
|
|
2394
|
-
schema:
|
|
2395
|
-
type: integer
|
|
2396
|
-
format: int64
|
|
2397
|
-
responses:
|
|
2398
|
-
'400':
|
|
2399
|
-
description: Invalid pet value
|
|
2400
|
-
security:
|
|
2401
|
-
- petstore_auth:
|
|
2402
|
-
- 'write:pets'
|
|
2403
|
-
- 'read:pets'
|
|
2404
|
-
'/pet/{petId}/uploadImage':
|
|
2405
|
-
post:
|
|
2406
|
-
tags:
|
|
2407
|
-
- pet
|
|
2408
|
-
summary: uploads an image
|
|
2409
|
-
description: ''
|
|
2410
|
-
operationId: uploadFile
|
|
2411
|
-
parameters:
|
|
2412
|
-
- name: petId
|
|
2413
|
-
in: path
|
|
2414
|
-
description: ID of pet to update
|
|
2415
|
-
required: true
|
|
2416
|
-
schema:
|
|
2417
|
-
type: integer
|
|
2418
|
-
format: int64
|
|
2419
|
-
- name: additionalMetadata
|
|
2420
|
-
in: query
|
|
2421
|
-
description: Additional Metadata
|
|
2422
|
-
required: false
|
|
2423
|
-
schema:
|
|
2424
|
-
type: string
|
|
2425
|
-
responses:
|
|
2426
|
-
'200':
|
|
2427
|
-
description: successful operation
|
|
2428
|
-
content:
|
|
2429
|
-
application/json:
|
|
2430
|
-
schema:
|
|
2431
|
-
$ref: '#/components/schemas/ApiResponse'
|
|
2432
|
-
security:
|
|
2433
|
-
- petstore_auth:
|
|
2434
|
-
- 'write:pets'
|
|
2435
|
-
- 'read:pets'
|
|
2436
|
-
requestBody:
|
|
2437
|
-
content:
|
|
2438
|
-
application/octet-stream:
|
|
2439
|
-
schema:
|
|
2440
|
-
type: string
|
|
2441
|
-
format: binary
|
|
2442
|
-
/pet/listDogs:
|
|
2443
|
-
get:
|
|
2444
|
-
tags:
|
|
2445
|
-
- pet
|
|
2446
|
-
summary: List dogs only
|
|
2447
|
-
description: An endpoint to list pets that are dogs.
|
|
2448
|
-
operationId: listDogs
|
|
2449
|
-
responses:
|
|
2450
|
-
'200':
|
|
2451
|
-
description: |
|
|
2452
|
-
A response that returns a paginated object listing all dogs in the store.
|
|
2453
|
-
content:
|
|
2454
|
-
application/json:
|
|
2455
|
-
schema:
|
|
2456
|
-
type: array
|
|
2457
|
-
items:
|
|
2458
|
-
$ref: '#/components/schemas/Dog'
|
|
2459
|
-
/pet/listCommon:
|
|
2460
|
-
get:
|
|
2461
|
-
tags:
|
|
2462
|
-
- pet
|
|
2463
|
-
summary: List common
|
|
2464
|
-
description: An endpoint to list dogs, cats, and lizards.
|
|
2465
|
-
operationId: listCommon
|
|
2466
|
-
responses:
|
|
2467
|
-
'200':
|
|
2468
|
-
description: |
|
|
2469
|
-
A response that returns a paginated object listing all common pets in the store.
|
|
2470
|
-
content:
|
|
2471
|
-
application/json:
|
|
2472
|
-
schema:
|
|
2473
|
-
type: array
|
|
2474
|
-
items:
|
|
2475
|
-
anyOf:
|
|
2476
|
-
- $ref: '#/components/schemas/Dog'
|
|
2477
|
-
- $ref: '#/components/schemas/Cat'
|
|
2478
|
-
- $ref: '#/components/schemas/Lizard'
|
|
2479
|
-
|
|
2480
|
-
/store/inventory:
|
|
2481
|
-
get:
|
|
2482
|
-
tags:
|
|
2483
|
-
- store
|
|
2484
|
-
summary: Returns pet inventories by status
|
|
2485
|
-
description: Returns a map of status codes to quantities
|
|
2486
|
-
operationId: getInventory
|
|
2487
|
-
x-swagger-router-controller: OrderController
|
|
2488
|
-
responses:
|
|
2489
|
-
'200':
|
|
2490
|
-
description: successful operation
|
|
2491
|
-
content:
|
|
2492
|
-
application/json:
|
|
2493
|
-
schema:
|
|
2494
|
-
type: object
|
|
2495
|
-
additionalProperties:
|
|
2496
|
-
type: integer
|
|
2497
|
-
format: int32
|
|
2498
|
-
security:
|
|
2499
|
-
- api_key: []
|
|
2500
|
-
/store/order:
|
|
2501
|
-
post:
|
|
2502
|
-
tags:
|
|
2503
|
-
- store
|
|
2504
|
-
summary: Place an order for a pet
|
|
2505
|
-
description: Place a new order in the store
|
|
2506
|
-
operationId: placeOrder
|
|
2507
|
-
x-swagger-router-controller: OrderController
|
|
2508
|
-
responses:
|
|
2509
|
-
'200':
|
|
2510
|
-
description: successful operation
|
|
2511
|
-
content:
|
|
2512
|
-
application/json:
|
|
2513
|
-
schema:
|
|
2514
|
-
$ref: '#/components/schemas/Order'
|
|
2515
|
-
'405':
|
|
2516
|
-
description: Invalid input
|
|
2517
|
-
requestBody:
|
|
2518
|
-
content:
|
|
2519
|
-
application/json:
|
|
2520
|
-
schema:
|
|
2521
|
-
$ref: '#/components/schemas/Order'
|
|
2522
|
-
application/xml:
|
|
2523
|
-
schema:
|
|
2524
|
-
$ref: '#/components/schemas/Order'
|
|
2525
|
-
application/x-www-form-urlencoded:
|
|
2526
|
-
schema:
|
|
2527
|
-
$ref: '#/components/schemas/Order'
|
|
2528
|
-
'/store/order/{orderId}':
|
|
2529
|
-
get:
|
|
2530
|
-
tags:
|
|
2531
|
-
- store
|
|
2532
|
-
summary: Find purchase order by ID
|
|
2533
|
-
x-swagger-router-controller: OrderController
|
|
2534
|
-
description: >-
|
|
2535
|
-
For valid response try integer IDs with value <= 5 or > 10. Other values
|
|
2536
|
-
will generated exceptions
|
|
2537
|
-
operationId: getOrderById
|
|
2538
|
-
parameters:
|
|
2539
|
-
- name: orderId
|
|
2540
|
-
in: path
|
|
2541
|
-
description: ID of order that needs to be fetched
|
|
2542
|
-
required: true
|
|
2543
|
-
schema:
|
|
2544
|
-
type: integer
|
|
2545
|
-
format: int64
|
|
2546
|
-
responses:
|
|
2547
|
-
'200':
|
|
2548
|
-
description: successful operation
|
|
2549
|
-
content:
|
|
2550
|
-
application/xml:
|
|
2551
|
-
schema:
|
|
2552
|
-
$ref: '#/components/schemas/Order'
|
|
2553
|
-
application/json:
|
|
2554
|
-
schema:
|
|
2555
|
-
$ref: '#/components/schemas/Order'
|
|
2556
|
-
'400':
|
|
2557
|
-
description: Invalid ID supplied
|
|
2558
|
-
'404':
|
|
2559
|
-
description: Order not found
|
|
2560
|
-
delete:
|
|
2561
|
-
tags:
|
|
2562
|
-
- store
|
|
2563
|
-
summary: Delete purchase order by ID
|
|
2564
|
-
x-swagger-router-controller: OrderController
|
|
2565
|
-
description: >-
|
|
2566
|
-
For valid response try integer IDs with value < 1000. Anything above
|
|
2567
|
-
1000 or nonintegers will generate API errors
|
|
2568
|
-
operationId: deleteOrder
|
|
2569
|
-
parameters:
|
|
2570
|
-
- name: orderId
|
|
2571
|
-
in: path
|
|
2572
|
-
description: ID of the order that needs to be deleted
|
|
2573
|
-
required: true
|
|
2574
|
-
schema:
|
|
2575
|
-
type: integer
|
|
2576
|
-
format: int64
|
|
2577
|
-
responses:
|
|
2578
|
-
'400':
|
|
2579
|
-
description: Invalid ID supplied
|
|
2580
|
-
'404':
|
|
2581
|
-
description: Order not found
|
|
2582
|
-
/user:
|
|
2583
|
-
post:
|
|
2584
|
-
tags:
|
|
2585
|
-
- user
|
|
2586
|
-
summary: Create user
|
|
2587
|
-
description: This can only be done by the logged in user.
|
|
2588
|
-
operationId: createUser
|
|
2589
|
-
responses:
|
|
2590
|
-
default:
|
|
2591
|
-
description: successful operation
|
|
2592
|
-
content:
|
|
2593
|
-
application/json:
|
|
2594
|
-
schema:
|
|
2595
|
-
$ref: '#/components/schemas/User'
|
|
2596
|
-
application/xml:
|
|
2597
|
-
schema:
|
|
2598
|
-
$ref: '#/components/schemas/User'
|
|
2599
|
-
links:
|
|
2600
|
-
GetUserByUserName:
|
|
2601
|
-
operationId: getUserByName
|
|
2602
|
-
parameters:
|
|
2603
|
-
username: '$request.body#/username'
|
|
2604
|
-
description: >
|
|
2605
|
-
The \`username\` value from the request body to be used as
|
|
2606
|
-
the \`username\` parameter in \`GET /users/{username}\`.
|
|
2607
|
-
GetUserByRef:
|
|
2608
|
-
operationRef: '#/paths/user/{username}/get'
|
|
2609
|
-
parameters:
|
|
2610
|
-
username: '$request.body#/username'
|
|
2611
|
-
description: >
|
|
2612
|
-
This uses \`operationRef\` instead of \`operationId\`.
|
|
2613
|
-
requestBody:
|
|
2614
|
-
content:
|
|
2615
|
-
application/json:
|
|
2616
|
-
schema:
|
|
2617
|
-
$ref: '#/components/schemas/User'
|
|
2618
|
-
application/xml:
|
|
2619
|
-
schema:
|
|
2620
|
-
$ref: '#/components/schemas/User'
|
|
2621
|
-
application/x-www-form-urlencoded:
|
|
2622
|
-
schema:
|
|
2623
|
-
$ref: '#/components/schemas/User'
|
|
2624
|
-
description: Created user object
|
|
2625
|
-
/user/createWithList:
|
|
2626
|
-
post:
|
|
2627
|
-
tags:
|
|
2628
|
-
- user
|
|
2629
|
-
summary: Creates list of users with given input array
|
|
2630
|
-
description: 'Creates list of users with given input array'
|
|
2631
|
-
x-swagger-router-controller: UserController
|
|
2632
|
-
operationId: createUsersWithListInput
|
|
2633
|
-
responses:
|
|
2634
|
-
'200':
|
|
2635
|
-
description: Successful operation
|
|
2636
|
-
content:
|
|
2637
|
-
application/xml:
|
|
2638
|
-
schema:
|
|
2639
|
-
$ref: '#/components/schemas/User'
|
|
2640
|
-
application/json:
|
|
2641
|
-
schema:
|
|
2642
|
-
$ref: '#/components/schemas/User'
|
|
2643
|
-
default:
|
|
2644
|
-
description: successful operation
|
|
2645
|
-
requestBody:
|
|
2646
|
-
content:
|
|
2647
|
-
application/json:
|
|
2648
|
-
schema:
|
|
2649
|
-
type: array
|
|
2650
|
-
items:
|
|
2651
|
-
$ref: '#/components/schemas/User'
|
|
2652
|
-
/user/login:
|
|
2653
|
-
get:
|
|
2654
|
-
tags:
|
|
2655
|
-
- user
|
|
2656
|
-
summary: Logs user into the system
|
|
2657
|
-
description: ''
|
|
2658
|
-
operationId: loginUser
|
|
2659
|
-
parameters:
|
|
2660
|
-
- name: username
|
|
2661
|
-
in: query
|
|
2662
|
-
description: The user name for login
|
|
2663
|
-
required: false
|
|
2664
|
-
schema:
|
|
2665
|
-
type: string
|
|
2666
|
-
- name: password
|
|
2667
|
-
in: query
|
|
2668
|
-
description: The password for login in clear text
|
|
2669
|
-
required: false
|
|
2670
|
-
schema:
|
|
2671
|
-
type: string
|
|
2672
|
-
responses:
|
|
2673
|
-
'200':
|
|
2674
|
-
description: successful operation
|
|
2675
|
-
headers:
|
|
2676
|
-
X-Rate-Limit:
|
|
2677
|
-
description: calls per hour allowed by the user
|
|
2678
|
-
schema:
|
|
2679
|
-
type: integer
|
|
2680
|
-
format: int32
|
|
2681
|
-
X-Expires-After:
|
|
2682
|
-
description: date in UTC when token expires
|
|
2683
|
-
schema:
|
|
2684
|
-
type: string
|
|
2685
|
-
format: date-time
|
|
2686
|
-
content:
|
|
2687
|
-
application/xml:
|
|
2688
|
-
schema:
|
|
2689
|
-
type: string
|
|
2690
|
-
application/json:
|
|
2691
|
-
schema:
|
|
2692
|
-
type: string
|
|
2693
|
-
'400':
|
|
2694
|
-
description: Invalid username/password supplied
|
|
2695
|
-
/user/logout:
|
|
2696
|
-
get:
|
|
2697
|
-
tags:
|
|
2698
|
-
- user
|
|
2699
|
-
summary: Logs out current logged in user session
|
|
2700
|
-
description: ''
|
|
2701
|
-
operationId: logoutUser
|
|
2702
|
-
parameters: []
|
|
2703
|
-
responses:
|
|
2704
|
-
default:
|
|
2705
|
-
description: successful operation
|
|
2706
|
-
'/user/{username}':
|
|
2707
|
-
summary: Represents a user
|
|
2708
|
-
description: >
|
|
2709
|
-
This resource represents an individual user in the system.
|
|
2710
|
-
Each user is identified by a numeric \`id\`.
|
|
2711
|
-
parameters:
|
|
2712
|
-
- name: username
|
|
2713
|
-
in: path
|
|
2714
|
-
description: 'The name that needs to be fetched. Use user1 for testing. '
|
|
2715
|
-
required: true
|
|
2716
|
-
schema:
|
|
2717
|
-
type: string
|
|
2718
|
-
get:
|
|
2719
|
-
tags:
|
|
2720
|
-
- user
|
|
2721
|
-
summary: Get user by user name
|
|
2722
|
-
description: ''
|
|
2723
|
-
operationId: getUserByName
|
|
2724
|
-
responses:
|
|
2725
|
-
'200':
|
|
2726
|
-
description: successful operation
|
|
2727
|
-
content:
|
|
2728
|
-
application/xml:
|
|
2729
|
-
schema:
|
|
2730
|
-
$ref: '#/components/schemas/User'
|
|
2731
|
-
application/json:
|
|
2732
|
-
schema:
|
|
2733
|
-
$ref: '#/components/schemas/User'
|
|
2734
|
-
'400':
|
|
2735
|
-
description: Invalid username supplied
|
|
2736
|
-
'404':
|
|
2737
|
-
description: User not found
|
|
2738
|
-
put:
|
|
2739
|
-
tags:
|
|
2740
|
-
- user
|
|
2741
|
-
summary: Update user
|
|
2742
|
-
x-swagger-router-controller: UserController
|
|
2743
|
-
description: This can only be done by the logged in user.
|
|
2744
|
-
operationId: updateUser
|
|
2745
|
-
parameters:
|
|
2746
|
-
- name: username
|
|
2747
|
-
in: path
|
|
2748
|
-
description: name that need to be deleted
|
|
2749
|
-
required: true
|
|
2750
|
-
schema:
|
|
2751
|
-
type: string
|
|
2752
|
-
responses:
|
|
2753
|
-
default:
|
|
2754
|
-
description: successful operation
|
|
2755
|
-
requestBody:
|
|
2756
|
-
description: Update an existent user in the store
|
|
2757
|
-
content:
|
|
2758
|
-
application/json:
|
|
2759
|
-
schema:
|
|
2760
|
-
$ref: '#/components/schemas/User'
|
|
2761
|
-
application/xml:
|
|
2762
|
-
schema:
|
|
2763
|
-
$ref: '#/components/schemas/User'
|
|
2764
|
-
application/x-www-form-urlencoded:
|
|
2765
|
-
schema:
|
|
2766
|
-
$ref: '#/components/schemas/User'
|
|
2767
|
-
delete:
|
|
2768
|
-
tags:
|
|
2769
|
-
- user
|
|
2770
|
-
summary: Delete user
|
|
2771
|
-
description: This can only be done by the logged in user.
|
|
2772
|
-
operationId: deleteUser
|
|
2773
|
-
parameters:
|
|
2774
|
-
- name: username
|
|
2775
|
-
in: path
|
|
2776
|
-
description: The name that needs to be deleted
|
|
2777
|
-
required: true
|
|
2778
|
-
schema:
|
|
2779
|
-
type: string
|
|
2780
|
-
responses:
|
|
2781
|
-
'400':
|
|
2782
|
-
description: Invalid username supplied
|
|
2783
|
-
'404':
|
|
2784
|
-
description: User not found
|
|
2785
|
-
/unions:
|
|
2786
|
-
patch:
|
|
2787
|
-
summary: An oneOf body
|
|
2788
|
-
requestBody:
|
|
2789
|
-
content:
|
|
2790
|
-
application/json:
|
|
2791
|
-
schema:
|
|
2792
|
-
oneOf:
|
|
2793
|
-
- $ref: '#/components/schemas/Cat'
|
|
2794
|
-
- $ref: '#/components/schemas/Dog'
|
|
2795
|
-
responses:
|
|
2796
|
-
'200':
|
|
2797
|
-
description: Updated
|
|
2798
|
-
post:
|
|
2799
|
-
summary: An allOf body
|
|
2800
|
-
requestBody:
|
|
2801
|
-
content:
|
|
2802
|
-
application/json:
|
|
2803
|
-
schema:
|
|
2804
|
-
allOf:
|
|
2805
|
-
- $ref: '#/components/schemas/Cat'
|
|
2806
|
-
- $ref: '#/components/schemas/Dog'
|
|
2807
|
-
discriminator:
|
|
2808
|
-
propertyName: pet_type
|
|
2809
|
-
responses:
|
|
2810
|
-
'200':
|
|
2811
|
-
description: Updated
|
|
2812
|
-
externalDocs:
|
|
2813
|
-
description: Find out more about Swagger
|
|
2814
|
-
url: 'http://swagger.io'
|
|
2815
|
-
components:
|
|
2816
|
-
schemas:
|
|
2817
|
-
Order:
|
|
2818
|
-
x-swagger-router-model: io.swagger.petstore.model.Order
|
|
2819
|
-
properties:
|
|
2820
|
-
id:
|
|
2821
|
-
type: integer
|
|
2822
|
-
format: int64
|
|
2823
|
-
example: 10
|
|
2824
|
-
petId:
|
|
2825
|
-
type: integer
|
|
2826
|
-
format: int64
|
|
2827
|
-
example: 198772
|
|
2828
|
-
quantity:
|
|
2829
|
-
type: integer
|
|
2830
|
-
format: int32
|
|
2831
|
-
example: 7
|
|
2832
|
-
shipDate:
|
|
2833
|
-
type: string
|
|
2834
|
-
format: date-time
|
|
2835
|
-
status:
|
|
2836
|
-
type: string
|
|
2837
|
-
description: Order Status
|
|
2838
|
-
enum:
|
|
2839
|
-
- placed
|
|
2840
|
-
- approved
|
|
2841
|
-
- delivered
|
|
2842
|
-
example: approved
|
|
2843
|
-
complete:
|
|
2844
|
-
type: boolean
|
|
2845
|
-
xml:
|
|
2846
|
-
name: order
|
|
2847
|
-
type: object
|
|
2848
|
-
Customer:
|
|
2849
|
-
properties:
|
|
2850
|
-
id:
|
|
2851
|
-
type: integer
|
|
2852
|
-
format: int64
|
|
2853
|
-
example: 100000
|
|
2854
|
-
username:
|
|
2855
|
-
type: string
|
|
2856
|
-
example: fehguy
|
|
2857
|
-
address:
|
|
2858
|
-
type: array
|
|
2859
|
-
items:
|
|
2860
|
-
$ref: '#/components/schemas/Address'
|
|
2861
|
-
xml:
|
|
2862
|
-
wrapped: true
|
|
2863
|
-
name: addresses
|
|
2864
|
-
xml:
|
|
2865
|
-
name: customer
|
|
2866
|
-
type: object
|
|
2867
|
-
Address:
|
|
2868
|
-
properties:
|
|
2869
|
-
street:
|
|
2870
|
-
type: string
|
|
2871
|
-
example: 437 Lytton
|
|
2872
|
-
city:
|
|
2873
|
-
type: string
|
|
2874
|
-
example: Palo Alto
|
|
2875
|
-
state:
|
|
2876
|
-
type: string
|
|
2877
|
-
example: CA
|
|
2878
|
-
zip:
|
|
2879
|
-
type: string
|
|
2880
|
-
example: 94301
|
|
2881
|
-
xml:
|
|
2882
|
-
name: address
|
|
2883
|
-
type: object
|
|
2884
|
-
Category:
|
|
2885
|
-
x-swagger-router-model: io.swagger.petstore.model.Category
|
|
2886
|
-
properties:
|
|
2887
|
-
id:
|
|
2888
|
-
type: integer
|
|
2889
|
-
format: int64
|
|
2890
|
-
example: 1
|
|
2891
|
-
name:
|
|
2892
|
-
type: string
|
|
2893
|
-
example: Dogs
|
|
2894
|
-
xml:
|
|
2895
|
-
name: category
|
|
2896
|
-
type: object
|
|
2897
|
-
User:
|
|
2898
|
-
x-swagger-router-model: io.swagger.petstore.model.User
|
|
2899
|
-
properties:
|
|
2900
|
-
id:
|
|
2901
|
-
type: integer
|
|
2902
|
-
format: int64
|
|
2903
|
-
example: 10
|
|
2904
|
-
username:
|
|
2905
|
-
type: string
|
|
2906
|
-
example: theUser
|
|
2907
|
-
firstName:
|
|
2908
|
-
type: string
|
|
2909
|
-
example: John
|
|
2910
|
-
lastName:
|
|
2911
|
-
type: string
|
|
2912
|
-
example: James
|
|
2913
|
-
email:
|
|
2914
|
-
type: string
|
|
2915
|
-
example: john@email.com
|
|
2916
|
-
password:
|
|
2917
|
-
type: string
|
|
2918
|
-
example: 12345
|
|
2919
|
-
phone:
|
|
2920
|
-
type: string
|
|
2921
|
-
example: 12345
|
|
2922
|
-
userStatus:
|
|
2923
|
-
type: integer
|
|
2924
|
-
format: int32
|
|
2925
|
-
example: 1
|
|
2926
|
-
description: User Status
|
|
2927
|
-
xml:
|
|
2928
|
-
name: user
|
|
2929
|
-
type: object
|
|
2930
|
-
Tag:
|
|
2931
|
-
x-swagger-router-model: io.swagger.petstore.model.Tag
|
|
2932
|
-
properties:
|
|
2933
|
-
id:
|
|
2934
|
-
type: integer
|
|
2935
|
-
format: int64
|
|
2936
|
-
name:
|
|
2937
|
-
type: string
|
|
2938
|
-
xml:
|
|
2939
|
-
name: tag
|
|
2940
|
-
type: object
|
|
2941
|
-
Pet:
|
|
2942
|
-
x-swagger-router-model: io.swagger.petstore.model.Pet
|
|
2943
|
-
required:
|
|
2944
|
-
- name
|
|
2945
|
-
- photoUrls
|
|
2946
|
-
properties:
|
|
2947
|
-
id:
|
|
2948
|
-
type: integer
|
|
2949
|
-
format: int64
|
|
2950
|
-
example: 10
|
|
2951
|
-
name:
|
|
2952
|
-
type: string
|
|
2953
|
-
example: doggie
|
|
2954
|
-
category:
|
|
2955
|
-
$ref: '#/components/schemas/Category'
|
|
2956
|
-
photoUrls:
|
|
2957
|
-
type: array
|
|
2958
|
-
xml:
|
|
2959
|
-
wrapped: true
|
|
2960
|
-
items:
|
|
2961
|
-
type: string
|
|
2962
|
-
xml:
|
|
2963
|
-
name: photoUrl
|
|
2964
|
-
tags:
|
|
2965
|
-
type: array
|
|
2966
|
-
xml:
|
|
2967
|
-
wrapped: true
|
|
2968
|
-
items:
|
|
2969
|
-
$ref: '#/components/schemas/Tag'
|
|
2970
|
-
xml:
|
|
2971
|
-
name: tag
|
|
2972
|
-
status:
|
|
2973
|
-
type: string
|
|
2974
|
-
description: pet status in the store
|
|
2975
|
-
enum:
|
|
2976
|
-
- available
|
|
2977
|
-
- pending
|
|
2978
|
-
- sold
|
|
2979
|
-
petType:
|
|
2980
|
-
type: string
|
|
2981
|
-
discriminator:
|
|
2982
|
-
propertyName: petType
|
|
2983
|
-
xml:
|
|
2984
|
-
name: pet
|
|
2985
|
-
type: object
|
|
2986
|
-
ApiResponse:
|
|
2987
|
-
properties:
|
|
2988
|
-
code:
|
|
2989
|
-
type: integer
|
|
2990
|
-
format: int32
|
|
2991
|
-
type:
|
|
2992
|
-
type: string
|
|
2993
|
-
message:
|
|
2994
|
-
type: string
|
|
2995
|
-
xml:
|
|
2996
|
-
name: '##default'
|
|
2997
|
-
type: object
|
|
2998
|
-
Cat:
|
|
2999
|
-
allOf:
|
|
3000
|
-
- $ref: '#/components/schemas/Pet'
|
|
3001
|
-
- type: object
|
|
3002
|
-
properties:
|
|
3003
|
-
name:
|
|
3004
|
-
type: string
|
|
3005
|
-
Dog:
|
|
3006
|
-
allOf:
|
|
3007
|
-
- $ref: '#/components/schemas/Pet'
|
|
3008
|
-
- type: object
|
|
3009
|
-
properties:
|
|
3010
|
-
bark:
|
|
3011
|
-
type: string
|
|
3012
|
-
Lizard:
|
|
3013
|
-
allOf:
|
|
3014
|
-
- $ref: '#/components/schemas/Pet'
|
|
3015
|
-
- type: object
|
|
3016
|
-
properties:
|
|
3017
|
-
lovesRocks:
|
|
3018
|
-
type: boolean
|
|
3019
|
-
requestBodies:
|
|
3020
|
-
Pet:
|
|
3021
|
-
content:
|
|
3022
|
-
application/json:
|
|
3023
|
-
schema:
|
|
3024
|
-
$ref: '#/components/schemas/Pet'
|
|
3025
|
-
application/xml:
|
|
3026
|
-
schema:
|
|
3027
|
-
$ref: '#/components/schemas/Pet'
|
|
3028
|
-
description: Pet object that needs to be added to the store
|
|
3029
|
-
UserArray:
|
|
3030
|
-
content:
|
|
3031
|
-
application/json:
|
|
3032
|
-
schema:
|
|
3033
|
-
type: array
|
|
3034
|
-
items:
|
|
3035
|
-
$ref: '#/components/schemas/User'
|
|
3036
|
-
description: List of user object
|
|
3037
|
-
securitySchemes:
|
|
3038
|
-
petstore_auth:
|
|
3039
|
-
type: oauth2
|
|
3040
|
-
flows:
|
|
3041
|
-
implicit:
|
|
3042
|
-
authorizationUrl: 'https://petstore.swagger.io/oauth/authorize'
|
|
3043
|
-
scopes:
|
|
3044
|
-
'write:pets': modify pets in your account
|
|
3045
|
-
'read:pets': read your pets
|
|
3046
|
-
api_key:
|
|
3047
|
-
type: apiKey
|
|
3048
|
-
name: api_key
|
|
3049
|
-
in: header
|
|
3050
|
-
`
|
|
3051
|
-
|
|
3052
|
-
export const Oas30Json = `
|
|
3053
|
-
{
|
|
3054
|
-
"openapi": "3.0.0",
|
|
3055
|
-
"info": {
|
|
3056
|
-
"version": "1.0.0",
|
|
3057
|
-
"title": "Swagger Petstore",
|
|
3058
|
-
"license": {
|
|
3059
|
-
"name": "MIT"
|
|
3060
|
-
}
|
|
3061
|
-
},
|
|
3062
|
-
"servers": [
|
|
3063
|
-
{
|
|
3064
|
-
"url": "http://petstore.swagger.io/v1"
|
|
3065
|
-
}
|
|
3066
|
-
],
|
|
3067
|
-
"paths": {
|
|
3068
|
-
"/pets": {
|
|
3069
|
-
"get": {
|
|
3070
|
-
"summary": "List all pets",
|
|
3071
|
-
"operationId": "listPets",
|
|
3072
|
-
"tags": [
|
|
3073
|
-
"pets"
|
|
3074
|
-
],
|
|
3075
|
-
"parameters": [
|
|
3076
|
-
{
|
|
3077
|
-
"name": "limit",
|
|
3078
|
-
"in": "query",
|
|
3079
|
-
"description": "How many items to return at one time (max 100)",
|
|
3080
|
-
"required": false,
|
|
3081
|
-
"schema": {
|
|
3082
|
-
"type": "integer",
|
|
3083
|
-
"format": "int32"
|
|
3084
|
-
}
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"responses": {
|
|
3088
|
-
"200": {
|
|
3089
|
-
"description": "A paged array of pets",
|
|
3090
|
-
"headers": {
|
|
3091
|
-
"x-next": {
|
|
3092
|
-
"description": "A link to the next page of responses",
|
|
3093
|
-
"schema": {
|
|
3094
|
-
"type": "string"
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
},
|
|
3098
|
-
"content": {
|
|
3099
|
-
"application/json": {
|
|
3100
|
-
"schema": {
|
|
3101
|
-
"$ref": "#/components/schemas/Pets"
|
|
3102
|
-
}
|
|
3103
|
-
}
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"default": {
|
|
3107
|
-
"description": "unexpected error",
|
|
3108
|
-
"content": {
|
|
3109
|
-
"application/json": {
|
|
3110
|
-
"schema": {
|
|
3111
|
-
"$ref": "#/components/schemas/Error"
|
|
3112
|
-
}
|
|
3113
|
-
}
|
|
3114
|
-
}
|
|
3115
|
-
}
|
|
3116
|
-
}
|
|
3117
|
-
},
|
|
3118
|
-
"post": {
|
|
3119
|
-
"summary": "Create a pet",
|
|
3120
|
-
"operationId": "createPets",
|
|
3121
|
-
"tags": [
|
|
3122
|
-
"pets"
|
|
3123
|
-
],
|
|
3124
|
-
"responses": {
|
|
3125
|
-
"201": {
|
|
3126
|
-
"description": "Null response"
|
|
3127
|
-
},
|
|
3128
|
-
"default": {
|
|
3129
|
-
"description": "unexpected error",
|
|
3130
|
-
"content": {
|
|
3131
|
-
"application/json": {
|
|
3132
|
-
"schema": {
|
|
3133
|
-
"$ref": "#/components/schemas/Error"
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
}
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
"/pets/{petId}": {
|
|
3142
|
-
"get": {
|
|
3143
|
-
"summary": "Info for a specific pet",
|
|
3144
|
-
"operationId": "showPetById",
|
|
3145
|
-
"tags": [
|
|
3146
|
-
"pets"
|
|
3147
|
-
],
|
|
3148
|
-
"parameters": [
|
|
3149
|
-
{
|
|
3150
|
-
"name": "petId",
|
|
3151
|
-
"in": "path",
|
|
3152
|
-
"required": true,
|
|
3153
|
-
"description": "The id of the pet to retrieve",
|
|
3154
|
-
"schema": {
|
|
3155
|
-
"type": "string"
|
|
3156
|
-
}
|
|
3157
|
-
}
|
|
3158
|
-
],
|
|
3159
|
-
"responses": {
|
|
3160
|
-
"200": {
|
|
3161
|
-
"description": "Expected response to a valid request",
|
|
3162
|
-
"content": {
|
|
3163
|
-
"application/json": {
|
|
3164
|
-
"schema": {
|
|
3165
|
-
"$ref": "#/components/schemas/Pet"
|
|
3166
|
-
}
|
|
3167
|
-
}
|
|
3168
|
-
}
|
|
3169
|
-
},
|
|
3170
|
-
"default": {
|
|
3171
|
-
"description": "unexpected error",
|
|
3172
|
-
"content": {
|
|
3173
|
-
"application/json": {
|
|
3174
|
-
"schema": {
|
|
3175
|
-
"$ref": "#/components/schemas/Error"
|
|
3176
|
-
}
|
|
3177
|
-
}
|
|
3178
|
-
}
|
|
3179
|
-
}
|
|
3180
|
-
}
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
"components": {
|
|
3185
|
-
"schemas": {
|
|
3186
|
-
"Pet": {
|
|
3187
|
-
"type": "object",
|
|
3188
|
-
"required": [
|
|
3189
|
-
"id",
|
|
3190
|
-
"name"
|
|
3191
|
-
],
|
|
3192
|
-
"properties": {
|
|
3193
|
-
"id": {
|
|
3194
|
-
"type": "integer",
|
|
3195
|
-
"format": "int64"
|
|
3196
|
-
},
|
|
3197
|
-
"name": {
|
|
3198
|
-
"type": "string"
|
|
3199
|
-
},
|
|
3200
|
-
"tag": {
|
|
3201
|
-
"type": "string"
|
|
3202
|
-
}
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
"Pets": {
|
|
3206
|
-
"type": "array",
|
|
3207
|
-
"items": {
|
|
3208
|
-
"$ref": "#/components/schemas/Pet"
|
|
3209
|
-
}
|
|
3210
|
-
},
|
|
3211
|
-
"Error": {
|
|
3212
|
-
"type": "object",
|
|
3213
|
-
"required": [
|
|
3214
|
-
"code",
|
|
3215
|
-
"message"
|
|
3216
|
-
],
|
|
3217
|
-
"properties": {
|
|
3218
|
-
"code": {
|
|
3219
|
-
"type": "integer",
|
|
3220
|
-
"format": "int32"
|
|
3221
|
-
},
|
|
3222
|
-
"message": {
|
|
3223
|
-
"type": "string"
|
|
3224
|
-
}
|
|
3225
|
-
}
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3228
|
-
}
|
|
3229
|
-
}
|
|
3230
|
-
`
|
|
3231
|
-
|
|
3232
|
-
export const Async20 = `
|
|
3233
|
-
asyncapi: '2.0.0'
|
|
3234
|
-
info:
|
|
3235
|
-
title: Streetlights API
|
|
3236
|
-
version: '1.0.0'
|
|
3237
|
-
description: |
|
|
3238
|
-
The Smartylighting Streetlights API allows you
|
|
3239
|
-
to remotely manage the city lights.
|
|
3240
|
-
license:
|
|
3241
|
-
name: Apache 2.0
|
|
3242
|
-
url: 'https://www.apache.org/licenses/LICENSE-2.0'
|
|
3243
|
-
servers:
|
|
3244
|
-
mosquitto:
|
|
3245
|
-
url: mqtt://test.mosquitto.org
|
|
3246
|
-
protocol: mqtt
|
|
3247
|
-
channels:
|
|
3248
|
-
light/measured:
|
|
3249
|
-
publish:
|
|
3250
|
-
summary: Inform about environmental lighting conditions for a particular streetlight.
|
|
3251
|
-
operationId: onLightMeasured
|
|
3252
|
-
message:
|
|
3253
|
-
name: LightMeasured
|
|
3254
|
-
payload:
|
|
3255
|
-
type: object
|
|
3256
|
-
properties:
|
|
3257
|
-
id:
|
|
3258
|
-
type: integer
|
|
3259
|
-
minimum: 0
|
|
3260
|
-
description: Id of the streetlight.
|
|
3261
|
-
lumens:
|
|
3262
|
-
type: integer
|
|
3263
|
-
minimum: 0
|
|
3264
|
-
description: Light intensity measured in lumens.
|
|
3265
|
-
sentAt:
|
|
3266
|
-
type: string
|
|
3267
|
-
format: date-time
|
|
3268
|
-
description: Date and time when the message was sent.
|
|
3269
|
-
|
|
3270
|
-
`
|