You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hypercertEvaluation.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,26 @@
33
33
},
34
34
"maxLength": 100
35
35
},
36
+
"measurements": {
37
+
"type": "array",
38
+
"description": "Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.claim.measurement ",
39
+
"items": {
40
+
"type": "ref",
41
+
"refs": "com.atproto.repo.strongRef"
42
+
},
43
+
"maxLength": 100
44
+
},
36
45
"summary": {
37
46
"type": "string",
38
47
"description": "Brief evaluation summary",
39
48
"maxLength": 5000,
40
49
"maxGraphemes": 1000
41
50
},
51
+
"location": {
52
+
"type": "ref",
53
+
"ref": "com.atproto.repo.strongRef",
54
+
"description": "An optional reference for georeferenced evaluations. The record referenced must conform with the lexicon app.certified.location."
0 commit comments