ProtoRune.Com.Atproto.Label.Defs.Label (proto_rune v0.1.1)

Generated schema for label

Description: Metadata tag on an atproto resource (eg, repo or record).

Summary

Types

@type t() :: %ProtoRune.Com.Atproto.Label.Defs.Label{
  cid: String.t(),
  cts: String.t(),
  exp: String.t(),
  neg: boolean(),
  sig: binary(),
  src: String.t(),
  uri: String.t(),
  val: String.t(),
  ver: integer()
}