You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"GoogleProtobufAny": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "The type of the serialized message."
}
},
"additionalProperties": true,
"description": "Contains an arbitrary serialized message along with a @type that describes the type of the serialized message."
},
It seems to choke on "additionalProperties": true,:
jsonschema2atd: internal error, uncaught exception:
Yojson__Common.Json_error("Line 15232, bytes -633454--633420:\nExpected '{' but found 'true,\"description\":\"Contains an a'")
(Sill from https://github.com/googleapis/googleapis/ :) )
It seems to choke on
"additionalProperties": true,
:According to
https://json-schema.org/understanding-json-schema/reference/object#additionalproperties
→ It can be a
boolean
or a schema.The text was updated successfully, but these errors were encountered: