We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least in the statefulspec.json file, {"format": "int32"} and {"format": "int64"} occur many times.
According to the JSON schema specification, these are not legal format types.
They make some JSON schema verifiers reject these specifications - because they aren't valid format specifiers.
The text was updated successfully, but these errors were encountered:
You are right. int32 and int64 are part of the OpenAPI spec and not part of the JSONSchema spec. But I think you should open this issue in the repo where the script that is doing this conversation is located: https://github.com/yannh/kubeconform/blob/master/scripts/openapi2jsonschema.py#L94
int32
int64
Sorry, something went wrong.
No branches or pull requests
At least in the statefulspec.json file, {"format": "int32"} and {"format": "int64"} occur many times.
According to the JSON schema specification, these are not legal format types.
They make some JSON schema verifiers reject these specifications - because they aren't valid format specifiers.
The text was updated successfully, but these errors were encountered: