No description available.
Properties
labels
union
Optional
Self-label values for this publication. Effectively content warnings.
Known types:
name
string
Required
Name of the publication.
maxLength: 5000 bytesmaxGraphemes: 500 graphemesurl
string
Required
Base url for the publication. (ex: https://standard.site). This value will be combined with the document path to construct a full URL for the document. Avoid trailing slashes.
View raw schema
{
"type": "object",
"required": [
"url",
"name"
],
"properties": {
"url": {
"type": "string",
"description": "Base url for the publication. (ex: https://standard.site). This value will be combined with the document path to construct a full URL for the document. Avoid trailing slashes."
},
"name": {
"type": "string",
"maxLength": 5000,
"description": "Name of the publication.",
"maxGraphemes": 500
},
"labels": {
"refs": [
"com.atproto.label.defs#selfLabels"
],
"type": "union",
"description": "Self-label values for this publication. Effectively content warnings."
}
}
}