tangled
alpha
login
or
join now
yoyle.city
/
skittr
6
fork
atom
this repo has no description
atproto
bluesky
typescript
express
6
fork
atom
overview
issues
3
pulls
pipelines
idk
lime360
3 months ago
450c3f06
be133275
1/1
test.yml
success
28s
-27
1 changed file
expand all
collapse all
unified
split
lexicons
lol
skittr
skitpic
entry.json
-27
lexicons/lol/skittr/skitpic/entry.json
reviewed
···
1
1
-
{
2
2
-
"lexicon": 1,
3
3
-
"id": "lol.skittr.skitpic.entry",
4
4
-
"defs": {
5
5
-
"main": {
6
6
-
"type": "record",
7
7
-
"description": "Skitpic entry",
8
8
-
"key": "tid",
9
9
-
"record": {
10
10
-
"type": "object",
11
11
-
"required": ["image", "alt"],
12
12
-
"properties": {
13
13
-
"image": {
14
14
-
"type": "blob",
15
15
-
"accept": ["image/png", "image/jpeg"],
16
16
-
"maxSize": 1000000
17
17
-
},
18
18
-
"alt": {
19
19
-
"type": "string",
20
20
-
"maxLength": 3000,
21
21
-
"maxGraphemes": 300
22
22
-
}
23
23
-
}
24
24
-
}
25
25
-
}
26
26
-
}
27
27
-
}