{
"id": "at.nsid.cobalt.label.defs",
"defs": {
"labelRequest": {
"type": "object",
"required": [
"uri",
"val"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"exp": {
"type": "string",
"format": "datetime",
"description": "expiration timestamp"
},
"src": {
"type": "string",
"format": "did",
"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."
},
"uri": {
"type": "string",
"format": "uri",
"description": "Subject URI. May be an AT-URI or DID. Support for other URI schemes is indeterminate."
},
"val": {
"type": "string"
}
},
"description": "Request body for creation/negation of a label"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}