···825825 "description": "An optional embed associated with the status.",
826826 "refs": ["app.bsky.embed.external#view"]
827827 },
828828+ "labels": {
829829+ "type": "array",
830830+ "items": {
831831+ "type": "ref",
832832+ "ref": "com.atproto.label.defs#label"
833833+ }
834834+ },
828835 "expiresAt": {
829836 "type": "string",
830837 "description": "The date when this status will expire. The application might choose to no longer return the status after expiration.",
···506506 * True if the user's go-live access has been disabled by a moderator, false otherwise.
507507 */
508508 isDisabled: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
509509+ get labels() {
510510+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
511511+ },
509512 record: /*#__PURE__*/ v.unknown(),
510513 /**
511514 * The status for the account.