tangled
alpha
login
or
join now
standard.site
/
lexicons
37
fork
atom
Shared lexicon schemas for long-form publishing on AT Protocol. Uses typescript to json via prototypey.
37
fork
atom
overview
issues
10
pulls
pipelines
Fix positioning of max length & graphemes
aka.dad
1 month ago
0a449f96
88514abc
verified
This commit was signed with the committer's
known signature
.
aka.dad
SSH Key Fingerprint:
SHA256:PdzfUZ1lVRNyVHvD1/Qf90Kh5UImYQq1TxqaDtaDqSY=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lexicons
site.standard.document.ts
+1
-1
src/lexicons/site.standard.document.ts
···
42
42
}),
43
43
tags: lx.array({
44
44
type: 'string',
45
45
-
}, {
46
45
maxLength: 1280,
47
46
maxGraphemes: 128,
47
47
+
}, {
48
48
description: 'Array of strings used to tag or categorize the document. Avoid prepending tags with hashtags.'
49
49
}),
50
50
publishedAt: lx.string({