Skip to content

Commit b278937

Browse files
committed
add measurements and location fields in hypercertEvaluation
1 parent 3a67b27 commit b278937

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hypercertEvaluation.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,26 @@
3333
},
3434
"maxLength": 100
3535
},
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+
},
3645
"summary": {
3746
"type": "string",
3847
"description": "Brief evaluation summary",
3948
"maxLength": 5000,
4049
"maxGraphemes": 1000
4150
},
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."
55+
},
4256
"createdAt": {
4357
"type": "string",
4458
"format": "datetime",

0 commit comments

Comments
 (0)