net.atview.external.npmpackage
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "net.atview.external.npmpackage",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"name",
8
8
"id"
9
9
],
10
10
"properties": {
11
11
"id": {
12
12
"type": "string",
13
13
"maxLength": 1000,
14
-
"description": "Canonical npm package identifier (e.g. `react` or `@scope/name`).",
14
+
"description": "Canonical npm package identifier (e.g. `name` or `@scope/name`).",
15
15
"maxGraphemes": 214
16
16
},
17
17
"docs": {
18
18
"type": "string",
19
19
"format": "uri",
20
20
"description": "URL of the package's documentation."
21
21
},
22
22
"href": {
23
23
"type": "string",
24
24
"format": "uri",
25
25
"description": "Primary external URL for the package (e.g. project homepage or registry page)."
26
26
},
27
27
"name": {
28
28
"type": "string",
29
29
"maxLength": 1000,
30
30
"description": "Display name of the package as shown in user interfaces.",
31
31
"maxGraphemes": 100
32
32
},
33
33
"github": {
34
34
"type": "string",
35
35
"format": "uri",
36
36
"description": "URL of the package's GitHub repository."
37
37
},
38
38
"description": {
39
39
"type": "string",
40
40
"maxLength": 10000,
41
41
"description": "Short description of the package.",
42
42
"maxGraphemes": 1000
43
43
}
44
44
},
45
45
"description": "External reference to an npm package. Captures the canonical package identifier alongside human-friendly metadata and links."
46
46
}
47
47
},
48
48
"$type": "com.atproto.lexicon.schema",
49
49
"lexicon": 1
50
50
}