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
AnyType is not defined in protobuf-schema generated code.
6.5.0
https://github.com/jdegre/5GC_APIs/blob/Rel-16/TS29571_CommonData.yaml ChangeItem: type: object properties: op: $ref: '#/components/schemas/ChangeType' path: type: string from: type: string origValue: {} <<<<<<<<<<<< This value newValue: {} required:
java -jar openapi-generator-cli.jar generate -i TS29571_CommonData.yaml -g protobuf-schema -o OUT_PROTOBUF
In Models directory
#6332
cat models/any_type.proto syntax = "proto3"; package openapitools; message AnyType { }
The text was updated successfully, but these errors were encountered:
I feel like still I have a lot to learn.... https://protobuf.dev/reference/java/java-generated/#map-fields
import "google/protobuf/any.proto";
Sorry, something went wrong.
Hello, why has this been closed? How do I get the generated code to reference google.protobuf.any instead of that missing AnyType?
google.protobuf.any
AnyType
No branches or pull requests
Bug Report Checklist
Description
AnyType is not defined in protobuf-schema generated code.
openapi-generator version
6.5.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
java -jar openapi-generator-cli.jar generate -i TS29571_CommonData.yaml -g protobuf-schema -o OUT_PROTOBUF
In Models directory
Related issues/PRs
#6332
Suggest a fix
The text was updated successfully, but these errors were encountered: