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

Fix lost type 'object' when create new allOfPropertiesSchema #1457

Closed

Conversation

wubiandaxian
Copy link

When merge allOf, a new schema "allOfPropertiesSchema" will be created, but this schema lost ”type“ property. This not feed the rules, and will cause some question when I use generate tool to create web api code which based the result json.

When merge allOf,  a new schema "allOfPropertiesSchema" will be created, but this schema lost ”type“ property.
This not feed the rules, and will cause some question when I use generate tool to create web api code which based the result json.
@DerManoMann
Copy link
Collaborator

Looks like the test fixtures need updating. Code style also.

Copy link
Collaborator

@DerManoMann DerManoMann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there are some code style issues and existing fixtures need to be updated yet.

Fixing CS issues: composer cs

@DerManoMann
Copy link
Collaborator

DerManoMann commented Oct 17, 2023

Closing in favour of #1489. Thanks for bringing this up.

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

Successfully merging this pull request may close these issues.

2 participants