cx.vmx.matadisco
Schema Diff
+6 -5
1
1
{
2
2
"id": "cx.vmx.matadisco",
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
-
"metadata",
11
-
"created"
10
+
"created",
11
+
"metadata"
12
12
],
13
13
"properties": {
14
14
"created": {
15
15
"type": "string",
16
16
"format": "datetime",
17
17
"description": "The time the metadata record was created"
18
18
},
19
19
"preview": {
20
20
"type": "object",
21
21
"required": [
22
-
"url",
23
22
"mimeType"
24
23
],
25
24
"properties": {
26
25
"url": {
27
26
"type": "string",
28
-
"format": "uri"
27
+
"format": "uri",
28
+
"description": "The URL to the preview"
29
29
},
30
30
"mimeType": {
31
-
"type": "string"
31
+
"type": "string",
32
+
"description": "The media type the preview has"
32
33
}
33
34
},
34
35
"description": "Preview of the data"
35
36
},
36
37
"metadata": {
37
38
"type": "string",
38
39
"format": "uri",
39
40
"description": "A URI containing metadata"
40
41
}
41
42
}
42
43
},
43
44
"description": "A Matadisco record"
44
45
}
45
46
},
46
47
"$type": "com.atproto.lexicon.schema",
47
48
"lexicon": 1
48
49
}