Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: support OpenAPI 3.0.x as input #381

Merged
merged 32 commits into from
Oct 12, 2021

Conversation

jonaslagoni
Copy link
Member

@jonaslagoni jonaslagoni commented Sep 17, 2021

Description
This PR adds support for OpenAPI 3.0.x documents.

Related issue(s)
Fixes #360

# Conflicts:
#	package-lock.json
#	package.json
#	src/interpreter/InterpretAdditionalItems.ts
#	src/interpreter/InterpretAdditionalProperties.ts
#	src/interpreter/InterpretAllOf.ts
#	src/interpreter/InterpretConst.ts
#	src/interpreter/InterpretDependencies.ts
#	src/interpreter/InterpretEnum.ts
#	src/interpreter/InterpretItems.ts
#	src/interpreter/InterpretNot.ts
#	src/interpreter/InterpretPatternProperties.ts
#	src/interpreter/InterpretProperties.ts
#	src/interpreter/Interpreter.ts
#	src/models/AsyncapiV2Schema.ts
#	src/models/CommonModel.ts
#	src/models/Draft7Schema.ts
#	src/models/SwaggerV2Schema.ts
#	src/models/index.ts
#	src/processors/JsonSchemaInputProcessor.ts
#	src/processors/index.ts
#	test/processors/AsyncAPIInputProcessor.spec.ts
#	test/processors/AsyncAPIInputProcessor/commonInputModel/basic.json
#	test/processors/InputProcessor.spec.ts
# Conflicts:
#	package-lock.json
#	src/models/index.ts
#	src/processors/JsonSchemaInputProcessor.ts
#	test/blackbox/blackbox.spec.ts
@jonaslagoni jonaslagoni marked this pull request as ready for review October 11, 2021 21:34
@coveralls
Copy link

coveralls commented Oct 12, 2021

Pull Request Test Coverage Report for Build 1332502207

  • 106 of 106 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 92.983%

Totals Coverage Status
Change from base Build 1330250808: 0.2%
Covered Lines: 2262
Relevant Lines: 2309

💛 - Coveralls

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jonaslagoni
Copy link
Member Author

@magicmatatjahu thanks for the review 🙇

@jonaslagoni jonaslagoni merged commit c1194f5 into asyncapi:master Oct 12, 2021
@jonaslagoni jonaslagoni deleted the feature/openapi3.0.x branch October 12, 2021 11:36
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swagger / OpenAPI input
4 participants