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
"enum"
I have many of those:
"type": { "readOnly": true, "type": "integer", "description": "Output only. The type of the bidding strategy.", "format": "enum" },
Coming from https://github.com/googleapis/googleapis/ protobufs converted to OpenAPI.
(* Generated by jsonschema2atd from openapi.json *) type json <ocaml module="Yojson.Basic" t="t"> = abstract type int64 = int <ocaml repr="int64"> jsonschema2atd: internal error, uncaught exception: Atdgen_runtime.Oj_run.Error("Line 230:\nUnsupported variant \"enum\"")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have many of those:
Coming from https://github.com/googleapis/googleapis/ protobufs converted to OpenAPI.
The text was updated successfully, but these errors were encountered: