Object schema app.bsky.labeler.defs##labelerPolicies.
Fields
label_value_definitions: Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.label_values: The label values which this labeler publishes. May include global or custom labels.
Summary
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Build and validate, raising ArgumentError on error.
Encode to the wire-format map.
The lexicon type ID (nsid or nsid#def) this module was generated from.
Types
@type t() :: %Exosphere.Bsky.Labeler.Defs.LabelerPolicies{ extra: term(), label_value_definitions: [Exosphere.ATProto.Label.Defs.LabelValueDefinition.t()] | nil, label_values: [term()] }
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Unknown keys are kept in extra and re-emitted by to_map/1.
Build and validate, raising ArgumentError on error.
Encode to the wire-format map.
@spec type_id() :: String.t()
The lexicon type ID (nsid or nsid#def) this module was generated from.