-
Notifications
You must be signed in to change notification settings - Fork 260
chore: implement test cases for types of References in an OpenApi document #2352
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are a couple of comments to help move things along.
What I've done:
- high level review of the code.
- review of the samples that are present.
(before reading the spec to come with the freshest eyes possible into that)
What I have not done:
- check against the spec for missing samples.
- deep review of the code.
.../Microsoft.OpenApi.Readers.Tests/V31Tests/ReferenceSamples/rootComponentSchemaReference.yaml
Outdated
Show resolved
Hide resolved
...soft.OpenApi.Readers.Tests/V31Tests/ReferenceSamples/localReferenceToJsonSchemaResource.yaml
Show resolved
Hide resolved
.../Microsoft.OpenApi.Readers.Tests/V31Tests/ReferenceSamples/rootComponentSchemaReference.yaml
Outdated
Show resolved
Hide resolved
|
Fixes #2062