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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
I'm trying to convert this proto file but I get the error:
INFO[0000] Generating JSON-schema for MESSAGE jsonschema_filename=StringAttribute.schema.json msg_name=StringAttribute proto_filename=collectionset.proto
INFO[0000] Generating JSON-schema for MESSAGE jsonschema_filename=NumericAttribute.schema.json msg_name=NumericAttribute proto_filename=collectionset.proto
INFO[0000] Generating JSON-schema for MESSAGE jsonschema_filename=NodeLevelResource.schema.json msg_name=NodeLevelResource proto_filename=collectionset.proto
ERRO[0000] Failed to convert error="no such message type named .NodeLevelResource" proto_filename=collectionset.proto
WARN[0000] Failed to process code generator but successfully sent the error to protoc
--jsonschema_out: protoc-gen-jsonschema: Plugin failed with status code 1.
protoc --version
libprotoc 23.3
The text was updated successfully, but these errors were encountered:
Hi @jack-burridge-cfh, this is a strange one. I'm guessing it's related to that file not specifying a package name, which makes tracking messages difficult. Is that a file you control?
I'm trying to convert this proto file but I get the error:
The text was updated successfully, but these errors were encountered: