package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable name : Piqi_piqi.name;
  2. mutable field : Piqi_piqi.field list;
  3. mutable piq_positional : bool option;
  4. mutable piq_allow_unnesting : bool option;
  5. mutable protobuf_name : string option;
  6. mutable protobuf_custom : string list;
  7. mutable json_name : string option;
}