Version of FieldInfo that allows the following properties to be omitted:

  • "localName", "jsonName": can be omitted if equal to lowerCamelCase(name)
  • "opt": Can be omitted if false.
  • "repeated": Can be omitted if false.
  • "packed": Can be omitted if equal to the standard packing of the field.

Generated using TypeDoc