-
Notifications
You must be signed in to change notification settings - Fork 294
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
Unable to import crossplane provider-gcp in Typescript #2154
Comments
@alex-dixon Yeah looks like this is the offending property. I haven't seen this schema variation for defining an array of enums, I would expect this: {
"type": "array",
"items": {
"type": "string",
"enum": ["ALL_SUBNETS"]
}
} How sure are we its valid schema? can't seem to find examples like this. |
This issue has not received a response in a while and will be closed soon. If you want to keep it open, please leave a comment below @mentioning a maintainer. |
Good point...
https://www.jsonschemavalidator.net/s/pun2z8DS The original seems valid yet unsatisfiable? |
Keeping this open and marking p2. We need to investigate if that enum declaration is indeed a valid JSON schema - if so we will fix it. If not - not. |
Description of the bug:
Error when importing
github:crossplane-contrib/provider-gcp
:Object that appears to be causing.the error:
Reproduction Steps:
Error Log:
see above
Environment:
Other:
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: