tangled
alpha
login
or
join now
bnewbold.net
/
user-intents
6
fork
atom
this repo has no description
6
fork
atom
overview
issues
pulls
pipelines
initial demo lexicon
bnewbold.net
7 months ago
1740fc14
6ab8700a
+72
2 changed files
expand all
collapse all
unified
split
example_record.json
lexicons
org.user-intents
demo
declaration.json
+15
example_record.json
···
1
1
+
{
2
2
+
"$type": "org.user-intents.demo.declaration",
3
3
+
"updatedAt": "2025-02-20T21:37:20.362Z",
4
4
+
"publicAccessArchive": {
5
5
+
"allow": true,
6
6
+
"updatedAt": "2025-02-20T21:37:20.362Z"
7
7
+
},
8
8
+
"syntheticContentGeneration": {
9
9
+
"allow": true,
10
10
+
"updatedAt": "2025-02-20T21:37:20.362Z"
11
11
+
},
12
12
+
"protocolBridging": {
13
13
+
"updatedAt": "2019-02-20T22:44:20.000Z"
14
14
+
}
15
15
+
}
+57
lexicons/org.user-intents/demo/declaration.json
···
1
1
+
{
2
2
+
"$type": "com.atproto.lexicon.schema",
3
3
+
"lexicon": 1,
4
4
+
"id": "org.user-intents.demo.declaration",
5
5
+
"defs": {
6
6
+
"main": {
7
7
+
"type": "record",
8
8
+
"description": "TODO",
9
9
+
"key": "literal:self",
10
10
+
"required": [],
11
11
+
"record": {
12
12
+
"properties": {
13
13
+
"updatedAt": {
14
14
+
"type": "string",
15
15
+
"format": "datetime",
16
16
+
"description": ""
17
17
+
},
18
18
+
"syntheticContentGeneration": {
19
19
+
"type": "ref",
20
20
+
"ref": "#intent",
21
21
+
"description": "Use of account data as input to machine learning models which could be used to generate synthetic content or interactions"
22
22
+
},
23
23
+
"publicAccessArchive": {
24
24
+
"type": "ref",
25
25
+
"ref": "#intent",
26
26
+
"description": "Public access to or replay of account data as part of archiving and preservation efforts"
27
27
+
},
28
28
+
"syntheticContentGeneration": {
29
29
+
"type": "ref",
30
30
+
"ref": "#intent",
31
31
+
"description": "Inclusion of account data in bulk 'snapshot' datasets which are publicly redistributed, even if only for a fixed time period"
32
32
+
},
33
33
+
"syntheticContentGeneration": {
34
34
+
"type": "ref",
35
35
+
"ref": "#intent",
36
36
+
"description": "Bridging account data or interactions into distinct social web protocol ecosystems"
37
37
+
}
38
38
+
}
39
39
+
}
40
40
+
},
41
41
+
"intent": {
42
42
+
"type": "object",
43
43
+
"required": ["updatedAt"],
44
44
+
"properties": {
45
45
+
"value": {
46
46
+
"type": "boolean",
47
47
+
"description": "indicates user intent for reuse. Note that this field is optional, and thus tri-state (true, false, undefined)"
48
48
+
},
49
49
+
"updatedAt": {
50
50
+
"type": "string",
51
51
+
"format": "datetime",
52
52
+
"description": ""
53
53
+
}
54
54
+
}
55
55
+
}
56
56
+
}
57
57
+
}