web components for a integrable atproto based guestbook
1{
2 "defs": {
3 "main": {
4 "description": "a sign in the guestbook",
5 "key": "tid",
6 "record": {
7 "properties": {
8 "subject": {
9 "type": "string",
10 "format": "at-identifier"
11 },
12 "createdAt": {
13 "type": "string",
14 "format": "datetime"
15 },
16 "message": {
17 "type": "string",
18 "maxLength": 100
19 }
20 },
21 "required": ["subject", "createdAt", "message"],
22 "type": "object"
23 },
24 "type": "record"
25 }
26 },
27 "id": "pet.nkp.guestbook.sign",
28 "lexicon": 1
29}