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

API: Fix REST Catalog schema error: uniqueItems is not valid on type object #8751

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

johanhenriksson
Copy link
Contributor

OpenAPI schema fails code generation on row 1173:

  - rest-catalog-open-api.yaml:1173:24 -> uniqueItems: unexpected field for type "object"

As far as I can tell uniqueItems is not valid for objects, so I assume this is a mistake.

Copy link
Contributor

@nastra nastra left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for fixing @johanhenriksson

@nastra nastra merged commit f74749e into apache:master Oct 9, 2023
3 checks passed
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.

None yet

2 participants