Will the `Hidden` defines in the schema be exported ?
I see some nodes, edges, properties are defined in Hidden.scala, and they can not be used in protobuf and so on. Especially, the build logic filtered the Hidden.
May I kindly request an explanation for this behavior?
Did you read the Hidden.description yet? That explains it
https://github.com/ShiftLeftSecurity/codepropertygraph/blob/d825dfdc2e50f9f664b857c84cce1447c720f983/schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala#L9-L14
For reference, and a bit more context: https://github.com/ShiftLeftSecurity/codepropertygraph/pull/1340
Did you read the Hidden.description yet? That explains it
I am sorry I have not make a good issue, and I do review all content in the Hidden.
What I do really want to know is Can we update the schema? Or make the Hidden exported in protobuf?
Keep json schema is resonable, but why do not exported full protobuf define?
I can see your point. @fabsx00 since you brought this in initially, do you have any thoughts on this?