No description available.
Properties
labelValueDefinitions
array
of refcom.atproto.label.defs#labelValueDefinition
Optional
Label values created by this labeler and scoped exclusively to it. Each value provides its own meaning and behaviors.
labelValues
array
of refcom.atproto.label.defs#labelValue
Required
The label values which this labeler publishes. May include global or custom (labeler-defined) values.
View raw schema
{
"type": "object",
"required": [
"labelValues"
],
"properties": {
"labelValues": {
"type": "array",
"items": {
"ref": "com.atproto.label.defs#labelValue",
"type": "ref"
},
"description": "The label values which this labeler publishes. May include global or custom (labeler-defined) values."
},
"labelValueDefinitions": {
"type": "array",
"items": {
"ref": "com.atproto.label.defs#labelValueDefinition",
"type": "ref"
},
"description": "Label values created by this labeler and scoped exclusively to it. Each value provides its own meaning and behaviors."
}
}
}