cx.vmx.matadisco
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "cx.vmx.matadisco",
3
3
"defs": {
4
4
"main": {
5
-
"key": "tid",
5
+
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"publishedAt",
11
11
"resource"
12
12
],
13
13
"properties": {
14
14
"tags": {
15
15
"ref": "#tags",
16
16
"type": "ref"
17
17
},
18
18
"preview": {
19
19
"ref": "#preview",
20
20
"type": "ref"
21
21
},
22
22
"resource": {
23
23
"type": "string",
24
24
"format": "uri",
25
25
"description": "A URI that links to resource containing the metadata"
26
26
},
27
27
"publishedAt": {
28
28
"type": "string",
29
29
"format": "datetime",
30
30
"description": "The time the original metadata/data was published"
31
31
}
32
32
}
33
33
},
34
34
"description": "A Matadisco record"
35
35
},
36
36
"tags": {
37
37
"type": "array",
38
38
"items": {
39
39
"type": "string",
40
40
"maxLength": 200,
41
41
"minLength": 1
42
42
},
43
43
"maxLength": 20,
44
44
"description": "Tags that describe the metadata. A tag might have a corresponding top-level key with the same name."
45
45
},
46
46
"preview": {
47
47
"type": "object",
48
48
"required": [
49
49
"mimeType"
50
50
],
51
51
"properties": {
52
52
"url": {
53
53
"type": "string",
54
54
"format": "uri",
55
55
"description": "The URL to the preview"
56
56
},
57
57
"mimeType": {
58
58
"type": "string",
59
59
"description": "The media type the preview has"
60
60
}
61
61
},
62
62
"description": "Preview of the data"
63
63
}
64
64
},
65
65
"$type": "com.atproto.lexicon.schema",
66
66
"lexicon": 1
67
67
}