at://did:plc:44ybard66vv44zksje25o7dz/com.atproto.lexicon.schema/at.nsid.cobalt.label.defs
Back to Collection
Record JSON
{
"$type": "com.atproto.lexicon.schema",
"defs": {
"labelRequest": {
"description": "Request body for creation/negation of a label",
"properties": {
"cid": {
"format": "cid",
"type": "string"
},
"exp": {
"description": "expiration timestamp",
"format": "datetime",
"type": "string"
},
"src": {
"description": "Label authority DID. Some servers might support only a single label authority, in which case this can be omitted, or must match exactly. Other servers might support multiple authorities.",
"format": "did",
"type": "string"
},
"uri": {
"description": "Subject URI. May be an AT-URI or DID. Support for other URI schemes is indeterminate.",
"format": "uri",
"type": "string"
},
"val": {
"type": "string"
}
},
"required": [
"uri",
"val"
],
"type": "object"
}
},
"id": "at.nsid.cobalt.label.defs",
"lexicon": 1
}