id.sifa.profile.language
Schema Diff
+4 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "id.sifa.profile.language",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"name",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"name": {
15
15
"type": "string",
16
16
"maxLength": 640,
17
17
"minLength": 1,
18
18
"description": "Language name (e.g., 'English', 'Nederlands', 'Deutsch').",
19
19
"maxGraphemes": 64
20
20
},
21
21
"createdAt": {
22
22
"type": "string",
23
23
"format": "datetime",
24
24
"description": "Client-declared timestamp when this record was originally created."
25
25
},
26
26
"proficiency": {
27
27
"type": "string",
28
28
"description": "Proficiency level. Uses LinkedIn-compatible five-level scale.",
29
29
"knownValues": [
30
30
"id.sifa.defs#elementary",
31
31
"id.sifa.defs#limitedWorking",
32
32
"id.sifa.defs#professionalWorking",
33
33
"id.sifa.defs#fullProfessional",
34
34
"id.sifa.defs#native"
35
35
]
36
36
}
37
37
}
38
38
},
39
-
"description": "Record representing a single language proficiency."
39
+
"description": "Record representing a single language proficiency.",
40
+
"x-skos:exactMatch": [
41
+
"schema:knowsLanguage"
42
+
]
40
43
}
41
44
},
42
45
"$type": "com.atproto.lexicon.schema",
43
46
"lexicon": 1,
44
47
"description": "A language spoken by the user with proficiency level."
45
48
}