org.custorium.temp.jsonfg.testRecord
Schema Diff
+2 -2
1
1
{
2
2
"id": "org.custorium.temp.jsonfg.testRecord",
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
"geometry",
11
11
"text"
12
12
],
13
13
"properties": {
14
14
"text": {
15
15
"type": "string",
16
16
"maxLength": 1024
17
17
},
18
18
"geometry": {
19
19
"refs": [
20
20
"org.custorium.temp.jsonfg.geometryObjects#point",
21
21
"org.custorium.temp.jsonfg.geometryObjects#polygon",
22
-
"org.custorium.temp.jsonfg.geometryObjects#linesSring",
22
+
"org.custorium.temp.jsonfg.geometryObjects#lineString",
23
23
"org.custorium.temp.jsonfg.geometryObjects#multiPoint",
24
24
"org.custorium.temp.jsonfg.geometryObjects#multiPolygon",
25
25
"org.custorium.temp.jsonfg.geometryObjects#multiLineString"
26
26
],
27
27
"type": "union"
28
28
}
29
29
}
30
30
},
31
-
"description": "A test record type for geomtries"
31
+
"description": "A test record type for geometries"
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}