@hypercerts-org/lexicon 0.10.0-beta.9 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +702 -0
- package/README.md +278 -9
- package/SCHEMAS.md +440 -143
- package/dist/exports.d.ts +827 -294
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +827 -294
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +1631 -625
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/generated/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/generated/types/app/certified/actor/profile.d.ts +30 -0
- package/dist/generated/types/app/certified/actor/profile.d.ts.map +1 -0
- package/dist/generated/types/app/certified/badge/award.d.ts +2 -0
- package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/generated/types/app/certified/defs.d.ts +11 -1
- package/dist/generated/types/app/certified/defs.d.ts.map +1 -1
- package/dist/generated/types/app/certified/location.d.ts +13 -5
- package/dist/generated/types/app/certified/location.d.ts.map +1 -1
- package/dist/generated/types/org/hyperboards/board.d.ts +75 -0
- package/dist/generated/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +30 -11
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +11 -10
- package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts +35 -0
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/{types/org/hypercerts/claim → generated/types/org/hypercerts/context}/evaluation.d.ts +15 -15
- package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/measurement.d.ts +43 -0
- package/dist/generated/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/defs.d.ts +8 -44
- package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/dist/index.cjs +2554 -1219
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2502 -1191
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +932 -397
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +1631 -625
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +932 -397
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/types/app/certified/actor/profile.d.ts +30 -0
- package/dist/types/app/certified/actor/profile.d.ts.map +1 -0
- package/dist/types/app/certified/badge/award.d.ts +2 -0
- package/dist/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/types/app/certified/badge/response.d.ts +1 -1
- package/dist/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/types/app/certified/defs.d.ts +11 -1
- package/dist/types/app/certified/defs.d.ts.map +1 -1
- package/dist/types/app/certified/location.d.ts +13 -5
- package/dist/types/app/certified/location.d.ts.map +1 -1
- package/dist/types/org/hyperboards/board.d.ts +75 -0
- package/dist/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/activity.d.ts +30 -11
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +11 -10
- package/dist/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/attachment.d.ts +35 -0
- package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/{generated/types/org/hypercerts/claim → types/org/hypercerts/context}/evaluation.d.ts +15 -15
- package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/measurement.d.ts +43 -0
- package/dist/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/defs.d.ts +8 -44
- package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/lexicons/app/certified/actor/organization.json +70 -0
- package/lexicons/app/certified/actor/profile.json +61 -0
- package/lexicons/app/certified/badge/award.json +8 -1
- package/lexicons/app/certified/badge/definition.json +8 -3
- package/lexicons/app/certified/badge/response.json +3 -2
- package/lexicons/app/certified/defs.json +11 -3
- package/lexicons/app/certified/location.json +29 -6
- package/lexicons/org/hyperboards/board.json +152 -0
- package/lexicons/org/hyperboards/displayProfile.json +64 -0
- package/lexicons/org/hypercerts/claim/activity.json +57 -39
- package/lexicons/org/hypercerts/claim/{contributionDetails.json → contribution.json} +4 -4
- package/lexicons/org/hypercerts/claim/contributorInformation.json +3 -2
- package/lexicons/org/hypercerts/claim/rights.json +5 -3
- package/lexicons/org/hypercerts/{claim/collection.json → collection.json} +15 -7
- package/lexicons/org/hypercerts/context/acknowledgement.json +42 -0
- package/lexicons/org/hypercerts/context/attachment.json +77 -0
- package/lexicons/org/hypercerts/{claim → context}/evaluation.json +22 -22
- package/lexicons/org/hypercerts/context/measurement.json +107 -0
- package/lexicons/org/hypercerts/defs.json +14 -89
- package/lexicons/org/hypercerts/funding/receipt.json +12 -6
- package/lexicons/org/hypercerts/workscope/cel.json +39 -0
- package/lexicons/org/hypercerts/workscope/tag.json +87 -0
- package/package.json +2 -2
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/evidence.d.ts +0 -29
- package/dist/generated/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/measurement.d.ts +0 -30
- package/dist/generated/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/evidence.d.ts +0 -29
- package/dist/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/measurement.d.ts +0 -30
- package/dist/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/lexicons/org/hypercerts/claim/evidence.json +0 -57
- package/lexicons/org/hypercerts/claim/measurement.json +0 -70
- package/lexicons/org/hypercerts/helper/workScopeTag.json +0 -65
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"lexicon": 1,
|
|
3
3
|
"id": "org.hypercerts.defs",
|
|
4
|
+
"description": "Common type definitions used across all Hypercerts protocols.",
|
|
4
5
|
"defs": {
|
|
5
6
|
"uri": {
|
|
6
7
|
"type": "object",
|
|
@@ -10,7 +11,6 @@
|
|
|
10
11
|
"uri": {
|
|
11
12
|
"type": "string",
|
|
12
13
|
"format": "uri",
|
|
13
|
-
"maxGraphemes": 1024,
|
|
14
14
|
"description": "URI to external data"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -54,6 +54,19 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
+
"smallVideo": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"required": ["video"],
|
|
60
|
+
"description": "Object containing a small video",
|
|
61
|
+
"properties": {
|
|
62
|
+
"video": {
|
|
63
|
+
"type": "blob",
|
|
64
|
+
"accept": ["video/mp4", "video/webm"],
|
|
65
|
+
"maxSize": 20971520,
|
|
66
|
+
"description": "Video (up to 20MB)"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
57
70
|
"largeImage": {
|
|
58
71
|
"type": "object",
|
|
59
72
|
"required": ["image"],
|
|
@@ -66,94 +79,6 @@
|
|
|
66
79
|
"description": "Image (up to 10MB)"
|
|
67
80
|
}
|
|
68
81
|
}
|
|
69
|
-
},
|
|
70
|
-
"workScopeAll": {
|
|
71
|
-
"type": "object",
|
|
72
|
-
"required": ["op", "args"],
|
|
73
|
-
"description": "Logical AND operation: all arguments must be satisfied.",
|
|
74
|
-
"properties": {
|
|
75
|
-
"op": {
|
|
76
|
-
"type": "string",
|
|
77
|
-
"const": "all",
|
|
78
|
-
"description": "Operator type: 'all' (logical AND)"
|
|
79
|
-
},
|
|
80
|
-
"args": {
|
|
81
|
-
"type": "array",
|
|
82
|
-
"items": {
|
|
83
|
-
"type": "union",
|
|
84
|
-
"refs": [
|
|
85
|
-
"#workScopeAll",
|
|
86
|
-
"#workScopeAny",
|
|
87
|
-
"#workScopeNot",
|
|
88
|
-
"#workScopeAtom"
|
|
89
|
-
]
|
|
90
|
-
},
|
|
91
|
-
"minLength": 1,
|
|
92
|
-
"maxLength": 100,
|
|
93
|
-
"description": "Array of work scope expressions that must all be satisfied"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"workScopeAny": {
|
|
98
|
-
"type": "object",
|
|
99
|
-
"required": ["op", "args"],
|
|
100
|
-
"description": "Logical OR operation: at least one argument must be satisfied.",
|
|
101
|
-
"properties": {
|
|
102
|
-
"op": {
|
|
103
|
-
"type": "string",
|
|
104
|
-
"const": "any",
|
|
105
|
-
"description": "Operator type: 'any' (logical OR)"
|
|
106
|
-
},
|
|
107
|
-
"args": {
|
|
108
|
-
"type": "array",
|
|
109
|
-
"items": {
|
|
110
|
-
"type": "union",
|
|
111
|
-
"refs": [
|
|
112
|
-
"#workScopeAll",
|
|
113
|
-
"#workScopeAny",
|
|
114
|
-
"#workScopeNot",
|
|
115
|
-
"#workScopeAtom"
|
|
116
|
-
]
|
|
117
|
-
},
|
|
118
|
-
"minLength": 1,
|
|
119
|
-
"maxLength": 100,
|
|
120
|
-
"description": "Array of work scope expressions, at least one of which must be satisfied"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"workScopeNot": {
|
|
125
|
-
"type": "object",
|
|
126
|
-
"required": ["op", "arg"],
|
|
127
|
-
"description": "Logical NOT operation: the argument must not be satisfied.",
|
|
128
|
-
"properties": {
|
|
129
|
-
"op": {
|
|
130
|
-
"type": "string",
|
|
131
|
-
"const": "not",
|
|
132
|
-
"description": "Operator type: 'not' (logical NOT)"
|
|
133
|
-
},
|
|
134
|
-
"arg": {
|
|
135
|
-
"type": "union",
|
|
136
|
-
"refs": [
|
|
137
|
-
"#workScopeAll",
|
|
138
|
-
"#workScopeAny",
|
|
139
|
-
"#workScopeNot",
|
|
140
|
-
"#workScopeAtom"
|
|
141
|
-
],
|
|
142
|
-
"description": "Work scope expression that must not be satisfied"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"workScopeAtom": {
|
|
147
|
-
"type": "object",
|
|
148
|
-
"required": ["atom"],
|
|
149
|
-
"description": "Atomic scope reference: a strong reference to a scope record.",
|
|
150
|
-
"properties": {
|
|
151
|
-
"atom": {
|
|
152
|
-
"type": "ref",
|
|
153
|
-
"ref": "com.atproto.repo.strongRef",
|
|
154
|
-
"description": "Strong reference to an org.hypercerts.helper.workScopeTag record"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
82
|
}
|
|
158
83
|
}
|
|
159
84
|
}
|
|
@@ -17,27 +17,33 @@
|
|
|
17
17
|
},
|
|
18
18
|
"to": {
|
|
19
19
|
"type": "string",
|
|
20
|
-
"description": "The recipient of the funds. Can be identified by DID or a clear-text name."
|
|
20
|
+
"description": "The recipient of the funds. Can be identified by DID or a clear-text name.",
|
|
21
|
+
"maxLength": 2048
|
|
21
22
|
},
|
|
22
23
|
"amount": {
|
|
23
24
|
"type": "string",
|
|
24
|
-
"description": "Amount of funding received."
|
|
25
|
+
"description": "Amount of funding received as a numeric string (e.g. '1000.50').",
|
|
26
|
+
"maxLength": 50
|
|
25
27
|
},
|
|
26
28
|
"currency": {
|
|
27
29
|
"type": "string",
|
|
28
|
-
"description": "Currency of the payment (e.g. EUR, USD, ETH)."
|
|
30
|
+
"description": "Currency of the payment (e.g. EUR, USD, ETH).",
|
|
31
|
+
"maxLength": 10
|
|
29
32
|
},
|
|
30
33
|
"paymentRail": {
|
|
31
34
|
"type": "string",
|
|
32
|
-
"description": "How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor)."
|
|
35
|
+
"description": "How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor).",
|
|
36
|
+
"maxLength": 50
|
|
33
37
|
},
|
|
34
38
|
"paymentNetwork": {
|
|
35
39
|
"type": "string",
|
|
36
|
-
"description": "Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal)."
|
|
40
|
+
"description": "Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal).",
|
|
41
|
+
"maxLength": 50
|
|
37
42
|
},
|
|
38
43
|
"transactionId": {
|
|
39
44
|
"type": "string",
|
|
40
|
-
"description": "Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable."
|
|
45
|
+
"description": "Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable.",
|
|
46
|
+
"maxLength": 256
|
|
41
47
|
},
|
|
42
48
|
"for": {
|
|
43
49
|
"type": "string",
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lexicon": 1,
|
|
3
|
+
"id": "org.hypercerts.workscope.cel",
|
|
4
|
+
"defs": {
|
|
5
|
+
"main": {
|
|
6
|
+
"type": "object",
|
|
7
|
+
"description": "A structured, machine-evaluable work scope definition using CEL (Common Expression Language). Tags referenced in the expression correspond to org.hypercerts.workscope.tag keys. See https://github.com/google/cel-spec. Note: this is intentionally type 'object' (not 'record') so it can be directly embedded inline in union types (e.g., activity.workScope) without requiring a separate collection or strongRef indirection.",
|
|
8
|
+
"required": ["expression", "usedTags", "version", "createdAt"],
|
|
9
|
+
"properties": {
|
|
10
|
+
"expression": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"maxLength": 10000,
|
|
13
|
+
"maxGraphemes": 5000,
|
|
14
|
+
"description": "A CEL expression encoding the work scope conditions. Example: scope.hasAll(['mangrove_restoration', 'environmental_education']) && location.country == 'KE'"
|
|
15
|
+
},
|
|
16
|
+
"usedTags": {
|
|
17
|
+
"type": "array",
|
|
18
|
+
"items": {
|
|
19
|
+
"type": "ref",
|
|
20
|
+
"ref": "com.atproto.repo.strongRef"
|
|
21
|
+
},
|
|
22
|
+
"maxLength": 100,
|
|
23
|
+
"description": "Strong references to org.hypercerts.workscope.tag records used in the expression. Enables fast indexing by AT-URI and provides referential integrity to the underlying tag records."
|
|
24
|
+
},
|
|
25
|
+
"version": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"maxLength": 16,
|
|
28
|
+
"knownValues": ["v1"],
|
|
29
|
+
"description": "CEL context schema version."
|
|
30
|
+
},
|
|
31
|
+
"createdAt": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"format": "datetime",
|
|
34
|
+
"description": "Client-declared timestamp when this expression was originally created."
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lexicon": 1,
|
|
3
|
+
"id": "org.hypercerts.workscope.tag",
|
|
4
|
+
"defs": {
|
|
5
|
+
"main": {
|
|
6
|
+
"type": "record",
|
|
7
|
+
"description": "A reusable scope atom for work scope logic expressions. Scopes can represent topics, languages, domains, deliverables, methods, regions, tags, or other categorical labels. Tags are composed into structured expressions via CEL (Common Expression Language) on activity records.",
|
|
8
|
+
"key": "tid",
|
|
9
|
+
"record": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"required": ["key", "name", "createdAt"],
|
|
12
|
+
"properties": {
|
|
13
|
+
"key": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Lowercase, underscore-separated machine-readable key for this scope (e.g., 'mangrove_restoration', 'biodiversity_monitoring'). Used as the canonical identifier in CEL expressions.",
|
|
16
|
+
"maxLength": 120
|
|
17
|
+
},
|
|
18
|
+
"name": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Human-readable name for this scope.",
|
|
21
|
+
"maxLength": 200
|
|
22
|
+
},
|
|
23
|
+
"category": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "Category type of this scope.",
|
|
26
|
+
"knownValues": ["topic", "language", "domain", "method"],
|
|
27
|
+
"maxLength": 50
|
|
28
|
+
},
|
|
29
|
+
"description": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Optional longer description of this scope.",
|
|
32
|
+
"maxLength": 10000,
|
|
33
|
+
"maxGraphemes": 1000
|
|
34
|
+
},
|
|
35
|
+
"parent": {
|
|
36
|
+
"type": "ref",
|
|
37
|
+
"ref": "com.atproto.repo.strongRef",
|
|
38
|
+
"description": "Optional strong reference to a parent work scope tag record for taxonomy/hierarchy support. The record referenced must conform with the lexicon org.hypercerts.workscope.tag."
|
|
39
|
+
},
|
|
40
|
+
"status": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "Lifecycle status of this tag. Communities propose tags, curators accept them, deprecated tags point to replacements via supersededBy.",
|
|
43
|
+
"knownValues": ["proposed", "accepted", "deprecated"],
|
|
44
|
+
"maxLength": 20
|
|
45
|
+
},
|
|
46
|
+
"supersededBy": {
|
|
47
|
+
"type": "ref",
|
|
48
|
+
"ref": "com.atproto.repo.strongRef",
|
|
49
|
+
"description": "When status is 'deprecated', points to the replacement work scope tag record. The record referenced must conform with the lexicon org.hypercerts.workscope.tag."
|
|
50
|
+
},
|
|
51
|
+
"aliases": {
|
|
52
|
+
"type": "array",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"maxLength": 200
|
|
56
|
+
},
|
|
57
|
+
"maxLength": 50,
|
|
58
|
+
"description": "Alternative human-readable names for this scope (e.g., translations, abbreviations, or common synonyms). Unlike sameAs, these are plain-text labels, not links to external ontologies."
|
|
59
|
+
},
|
|
60
|
+
"sameAs": {
|
|
61
|
+
"type": "array",
|
|
62
|
+
"items": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"format": "uri",
|
|
65
|
+
"maxLength": 2048
|
|
66
|
+
},
|
|
67
|
+
"maxLength": 20,
|
|
68
|
+
"description": "URIs to semantically equivalent concepts in external ontologies or taxonomies (e.g., Wikidata QIDs, ENVO terms, SDG targets). Used for interoperability, not as documentation."
|
|
69
|
+
},
|
|
70
|
+
"referenceDocument": {
|
|
71
|
+
"type": "union",
|
|
72
|
+
"refs": [
|
|
73
|
+
"org.hypercerts.defs#uri",
|
|
74
|
+
"org.hypercerts.defs#smallBlob"
|
|
75
|
+
],
|
|
76
|
+
"description": "Link to a governance or reference document where this work scope tag is defined and further explained."
|
|
77
|
+
},
|
|
78
|
+
"createdAt": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"format": "datetime",
|
|
81
|
+
"description": "Client-declared timestamp when this record was originally created."
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hypercerts-org/lexicon",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "ATProto lexicon definitions and TypeScript types for the Hypercerts protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"format": "prettier --write .",
|
|
55
55
|
"format:check": "prettier --check .",
|
|
56
56
|
"lint": "npm run format:check && npm run eslint",
|
|
57
|
-
"eslint": "eslint
|
|
57
|
+
"eslint": "eslint .",
|
|
58
58
|
"typecheck": "tsc --noEmit",
|
|
59
59
|
"clean": "rm -rf dist generated",
|
|
60
60
|
"style:check": "node ./scripts/check-lexicon-style.js",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/claim/collection.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,6BAA6B,MAAM,8CAA8C,CAAA;AAClG,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AACpD,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AAMtF,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,iCAAiC,CAAA;IACxC,mHAAmH;IACnH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,6EAA6E;IAC7E,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,WAAW,CAAC,EAAE,6BAA6B,CAAC,IAAI,CAAA;IAChD,MAAM,CAAC,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,GACpC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,MAAM,CAAC,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,GACpC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,+DAA+D;IAC/D,KAAK,EAAE,IAAI,EAAE,CAAA;IACb,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA;AAED,MAAM,WAAW,IAAI;IACnB,KAAK,CAAC,EAAE,sCAAsC,CAAA;IAC9C,cAAc,EAAE,uBAAuB,CAAC,IAAI,CAAA;IAC5C,sMAAsM;IACtM,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contributionDetails.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/claim/contributionDetails.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAajE,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,0CAA0C,CAAA;IACjD,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,4CAA4C;IAC5C,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,0FAA0F;IAC1F,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,yEAAyE;IACzE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,uGAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"evaluation.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/claim/evaluation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,gBAAgB,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,0DAA0D;AAC1D,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,uCAAuC,CAAA;IAC/C,+CAA+C;IAC/C,GAAG,EAAE,MAAM,CAAA;IACX,gDAAgD;IAChD,GAAG,EAAE,MAAM,CAAA;IACX,mDAAmD;IACnD,KAAK,EAAE,MAAM,CAAA;CACd;AAID,wBAAgB,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+FAE9B;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+BAEpC;AAED,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,iCAAiC,CAAA;IACxC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,6BAA6B;IAC7B,UAAU,EAAE,gBAAgB,CAAC,GAAG,EAAE,CAAA;IAClC,iFAAiF;IACjF,OAAO,CAAC,EAAE,CACN,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CACpB,EAAE,CAAA;IACH,2KAA2K;IAC3K,YAAY,CAAC,EAAE,uBAAuB,CAAC,IAAI,EAAE,CAAA;IAC7C,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,QAAQ,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACvC,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import { type $Typed } from '../../../../util';
|
|
6
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
7
|
-
import type * as OrgHypercertsDefs from '../defs.js';
|
|
8
|
-
export interface Main {
|
|
9
|
-
$type: 'org.hypercerts.claim.evidence';
|
|
10
|
-
subject?: ComAtprotoRepoStrongRef.Main;
|
|
11
|
-
content: $Typed<OrgHypercertsDefs.Uri> | $Typed<OrgHypercertsDefs.SmallBlob> | {
|
|
12
|
-
$type: string;
|
|
13
|
-
};
|
|
14
|
-
/** Title to describe the nature of the evidence. */
|
|
15
|
-
title: string;
|
|
16
|
-
/** Short description explaining what this evidence shows. */
|
|
17
|
-
shortDescription?: string;
|
|
18
|
-
/** Longer description describing the evidence in more detail. */
|
|
19
|
-
description?: string;
|
|
20
|
-
/** How this evidence relates to the subject. */
|
|
21
|
-
relationType?: 'supports' | 'challenges' | 'clarifies' | (string & {});
|
|
22
|
-
/** Client-declared timestamp when this record was originally created */
|
|
23
|
-
createdAt: string;
|
|
24
|
-
[k: string]: unknown;
|
|
25
|
-
}
|
|
26
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.claim.evidence", "main">;
|
|
27
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
28
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
29
|
-
//# sourceMappingURL=evidence.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"evidence.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/claim/evidence.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,+BAA+B,CAAA;IACtC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,OAAO,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,oDAAoD;IACpD,KAAK,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gDAAgD;IAChD,YAAY,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;IACtE,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,4FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
6
|
-
import type * as AppCertifiedDefs from '../../../app/certified/defs.js';
|
|
7
|
-
export interface Main {
|
|
8
|
-
$type: 'org.hypercerts.claim.measurement';
|
|
9
|
-
subject?: ComAtprotoRepoStrongRef.Main;
|
|
10
|
-
/** DIDs of the entity (or entities) that measured this data */
|
|
11
|
-
measurers: AppCertifiedDefs.Did[];
|
|
12
|
-
/** The metric being measured */
|
|
13
|
-
metric: string;
|
|
14
|
-
/** The measured value */
|
|
15
|
-
value: string;
|
|
16
|
-
/** Short identifier for the measurement methodology */
|
|
17
|
-
methodType?: string;
|
|
18
|
-
/** URI to methodology documentation, standard protocol, or measurement procedure */
|
|
19
|
-
methodURI?: string;
|
|
20
|
-
/** URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets) */
|
|
21
|
-
evidenceURI?: string[];
|
|
22
|
-
location?: ComAtprotoRepoStrongRef.Main;
|
|
23
|
-
/** Client-declared timestamp when this record was originally created */
|
|
24
|
-
createdAt: string;
|
|
25
|
-
[k: string]: unknown;
|
|
26
|
-
}
|
|
27
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.claim.measurement", "main">;
|
|
28
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
29
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
30
|
-
//# sourceMappingURL=measurement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"measurement.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/claim/measurement.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAQjE,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,gBAAgB,MAAM,gCAAgC,CAAA;AAMvE,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,kCAAkC,CAAA;IACzC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,+DAA+D;IAC/D,SAAS,EAAE,gBAAgB,CAAC,GAAG,EAAE,CAAA;IACjC,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAA;IACd,yBAAyB;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,+GAA+G;IAC/G,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACvC,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import { type $Typed } from '../../../../util';
|
|
6
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
7
|
-
import type * as OrgHypercertsDefs from '../defs.js';
|
|
8
|
-
export interface Main {
|
|
9
|
-
$type: 'org.hypercerts.helper.workScopeTag';
|
|
10
|
-
/** Client-declared timestamp when this record was originally created */
|
|
11
|
-
createdAt: string;
|
|
12
|
-
/** Lowercase, hyphenated machine-readable key for this scope (e.g., 'ipfs', 'go-lang', 'filecoin'). */
|
|
13
|
-
key: string;
|
|
14
|
-
/** Human-readable label for this scope. */
|
|
15
|
-
label: string;
|
|
16
|
-
/** Category type of this scope. Recommended values: topic, language, domain, method, tag. */
|
|
17
|
-
kind?: string;
|
|
18
|
-
/** Optional longer description of this scope. */
|
|
19
|
-
description?: string;
|
|
20
|
-
parent?: ComAtprotoRepoStrongRef.Main;
|
|
21
|
-
/** Optional array of alternative names or identifiers for this scope. */
|
|
22
|
-
aliases?: string[];
|
|
23
|
-
externalReference?: $Typed<OrgHypercertsDefs.Uri> | $Typed<OrgHypercertsDefs.SmallBlob> | {
|
|
24
|
-
$type: string;
|
|
25
|
-
};
|
|
26
|
-
[k: string]: unknown;
|
|
27
|
-
}
|
|
28
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.helper.workScopeTag", "main">;
|
|
29
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
30
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
31
|
-
//# sourceMappingURL=workScopeTag.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workScopeTag.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/org/hypercerts/helper/workScopeTag.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,oCAAoC,CAAA;IAC3C,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,uGAAuG;IACvG,GAAG,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,KAAK,EAAE,MAAM,CAAA;IACb,6FAA6F;IAC7F,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACrC,yEAAyE;IACzE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,iBAAiB,CAAC,EACd,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,iGAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/claim/collection.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,6BAA6B,MAAM,8CAA8C,CAAA;AAClG,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AACpD,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AAMtF,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,iCAAiC,CAAA;IACxC,mHAAmH;IACnH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,6EAA6E;IAC7E,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,WAAW,CAAC,EAAE,6BAA6B,CAAC,IAAI,CAAA;IAChD,MAAM,CAAC,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,GACpC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,MAAM,CAAC,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,GACpC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,+DAA+D;IAC/D,KAAK,EAAE,IAAI,EAAE,CAAA;IACb,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA;AAED,MAAM,WAAW,IAAI;IACnB,KAAK,CAAC,EAAE,sCAAsC,CAAA;IAC9C,cAAc,EAAE,uBAAuB,CAAC,IAAI,CAAA;IAC5C,sMAAsM;IACtM,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contributionDetails.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/claim/contributionDetails.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAajE,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,0CAA0C,CAAA;IACjD,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,4CAA4C;IAC5C,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,0FAA0F;IAC1F,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,yEAAyE;IACzE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,uGAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"evaluation.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/claim/evaluation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,gBAAgB,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,0DAA0D;AAC1D,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,uCAAuC,CAAA;IAC/C,+CAA+C;IAC/C,GAAG,EAAE,MAAM,CAAA;IACX,gDAAgD;IAChD,GAAG,EAAE,MAAM,CAAA;IACX,mDAAmD;IACnD,KAAK,EAAE,MAAM,CAAA;CACd;AAID,wBAAgB,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+FAE9B;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+BAEpC;AAED,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,iCAAiC,CAAA;IACxC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,6BAA6B;IAC7B,UAAU,EAAE,gBAAgB,CAAC,GAAG,EAAE,CAAA;IAClC,iFAAiF;IACjF,OAAO,CAAC,EAAE,CACN,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CACpB,EAAE,CAAA;IACH,2KAA2K;IAC3K,YAAY,CAAC,EAAE,uBAAuB,CAAC,IAAI,EAAE,CAAA;IAC7C,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,QAAQ,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACvC,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import { type $Typed } from '../../../../util';
|
|
6
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
7
|
-
import type * as OrgHypercertsDefs from '../defs.js';
|
|
8
|
-
export interface Main {
|
|
9
|
-
$type: 'org.hypercerts.claim.evidence';
|
|
10
|
-
subject?: ComAtprotoRepoStrongRef.Main;
|
|
11
|
-
content: $Typed<OrgHypercertsDefs.Uri> | $Typed<OrgHypercertsDefs.SmallBlob> | {
|
|
12
|
-
$type: string;
|
|
13
|
-
};
|
|
14
|
-
/** Title to describe the nature of the evidence. */
|
|
15
|
-
title: string;
|
|
16
|
-
/** Short description explaining what this evidence shows. */
|
|
17
|
-
shortDescription?: string;
|
|
18
|
-
/** Longer description describing the evidence in more detail. */
|
|
19
|
-
description?: string;
|
|
20
|
-
/** How this evidence relates to the subject. */
|
|
21
|
-
relationType?: 'supports' | 'challenges' | 'clarifies' | (string & {});
|
|
22
|
-
/** Client-declared timestamp when this record was originally created */
|
|
23
|
-
createdAt: string;
|
|
24
|
-
[k: string]: unknown;
|
|
25
|
-
}
|
|
26
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.claim.evidence", "main">;
|
|
27
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
28
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
29
|
-
//# sourceMappingURL=evidence.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"evidence.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/claim/evidence.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,+BAA+B,CAAA;IACtC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,OAAO,EACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,oDAAoD;IACpD,KAAK,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gDAAgD;IAChD,YAAY,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;IACtE,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,4FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
6
|
-
import type * as AppCertifiedDefs from '../../../app/certified/defs.js';
|
|
7
|
-
export interface Main {
|
|
8
|
-
$type: 'org.hypercerts.claim.measurement';
|
|
9
|
-
subject?: ComAtprotoRepoStrongRef.Main;
|
|
10
|
-
/** DIDs of the entity (or entities) that measured this data */
|
|
11
|
-
measurers: AppCertifiedDefs.Did[];
|
|
12
|
-
/** The metric being measured */
|
|
13
|
-
metric: string;
|
|
14
|
-
/** The measured value */
|
|
15
|
-
value: string;
|
|
16
|
-
/** Short identifier for the measurement methodology */
|
|
17
|
-
methodType?: string;
|
|
18
|
-
/** URI to methodology documentation, standard protocol, or measurement procedure */
|
|
19
|
-
methodURI?: string;
|
|
20
|
-
/** URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets) */
|
|
21
|
-
evidenceURI?: string[];
|
|
22
|
-
location?: ComAtprotoRepoStrongRef.Main;
|
|
23
|
-
/** Client-declared timestamp when this record was originally created */
|
|
24
|
-
createdAt: string;
|
|
25
|
-
[k: string]: unknown;
|
|
26
|
-
}
|
|
27
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.claim.measurement", "main">;
|
|
28
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
29
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
30
|
-
//# sourceMappingURL=measurement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"measurement.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/claim/measurement.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAQjE,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,gBAAgB,MAAM,gCAAgC,CAAA;AAMvE,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,kCAAkC,CAAA;IACzC,OAAO,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACtC,+DAA+D;IAC/D,SAAS,EAAE,gBAAgB,CAAC,GAAG,EAAE,CAAA;IACjC,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAA;IACd,yBAAyB;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,+GAA+G;IAC/G,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACvC,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,+FAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GENERATED CODE - DO NOT MODIFY
|
|
3
|
-
*/
|
|
4
|
-
import { type ValidationResult } from '@atproto/lexicon';
|
|
5
|
-
import { type $Typed } from '../../../../util';
|
|
6
|
-
import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js';
|
|
7
|
-
import type * as OrgHypercertsDefs from '../defs.js';
|
|
8
|
-
export interface Main {
|
|
9
|
-
$type: 'org.hypercerts.helper.workScopeTag';
|
|
10
|
-
/** Client-declared timestamp when this record was originally created */
|
|
11
|
-
createdAt: string;
|
|
12
|
-
/** Lowercase, hyphenated machine-readable key for this scope (e.g., 'ipfs', 'go-lang', 'filecoin'). */
|
|
13
|
-
key: string;
|
|
14
|
-
/** Human-readable label for this scope. */
|
|
15
|
-
label: string;
|
|
16
|
-
/** Category type of this scope. Recommended values: topic, language, domain, method, tag. */
|
|
17
|
-
kind?: string;
|
|
18
|
-
/** Optional longer description of this scope. */
|
|
19
|
-
description?: string;
|
|
20
|
-
parent?: ComAtprotoRepoStrongRef.Main;
|
|
21
|
-
/** Optional array of alternative names or identifiers for this scope. */
|
|
22
|
-
aliases?: string[];
|
|
23
|
-
externalReference?: $Typed<OrgHypercertsDefs.Uri> | $Typed<OrgHypercertsDefs.SmallBlob> | {
|
|
24
|
-
$type: string;
|
|
25
|
-
};
|
|
26
|
-
[k: string]: unknown;
|
|
27
|
-
}
|
|
28
|
-
export declare function isMain<V>(v: V): v is import("../../../../util").$TypedObject<V, "org.hypercerts.helper.workScopeTag", "main">;
|
|
29
|
-
export declare function validateMain<V>(v: V): ValidationResult<Main & V>;
|
|
30
|
-
export { type Main as Record, isMain as isRecord, validateMain as validateRecord, };
|
|
31
|
-
//# sourceMappingURL=workScopeTag.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workScopeTag.d.ts","sourceRoot":"","sources":["../../../../../generated/types/org/hypercerts/helper/workScopeTag.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAW,MAAM,kBAAkB,CAAA;AAGjE,OAAO,EACL,KAAK,MAAM,EAGZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,KAAK,uBAAuB,MAAM,wCAAwC,CAAA;AACtF,OAAO,KAAK,KAAK,iBAAiB,MAAM,YAAY,CAAA;AAMpD,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,oCAAoC,CAAA;IAC3C,wEAAwE;IACxE,SAAS,EAAE,MAAM,CAAA;IACjB,uGAAuG;IACvG,GAAG,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,KAAK,EAAE,MAAM,CAAA;IACb,6FAA6F;IAC7F,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,uBAAuB,CAAC,IAAI,CAAA;IACrC,yEAAyE;IACzE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,iBAAiB,CAAC,EACd,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAC7B,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,GACnC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACrB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACrB;AAID,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,iGAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,8BAEnC;AAED,OAAO,EACL,KAAK,IAAI,IAAI,MAAM,EACnB,MAAM,IAAI,QAAQ,EAClB,YAAY,IAAI,cAAc,GAC/B,CAAA"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lexicon": 1,
|
|
3
|
-
"id": "org.hypercerts.claim.evidence",
|
|
4
|
-
"defs": {
|
|
5
|
-
"main": {
|
|
6
|
-
"type": "record",
|
|
7
|
-
"description": "A piece of evidence related to a hypercert record (e.g. an activity, project, claim, or evaluation). Evidence may support, clarify, or challenge the referenced subject.",
|
|
8
|
-
"key": "tid",
|
|
9
|
-
"record": {
|
|
10
|
-
"type": "object",
|
|
11
|
-
"required": ["content", "title", "createdAt"],
|
|
12
|
-
"properties": {
|
|
13
|
-
"subject": {
|
|
14
|
-
"type": "ref",
|
|
15
|
-
"ref": "com.atproto.repo.strongRef",
|
|
16
|
-
"description": "A strong reference to the record this evidence relates to (e.g. an activity, project, claim, or evaluation)."
|
|
17
|
-
},
|
|
18
|
-
"content": {
|
|
19
|
-
"type": "union",
|
|
20
|
-
"refs": [
|
|
21
|
-
"org.hypercerts.defs#uri",
|
|
22
|
-
"org.hypercerts.defs#smallBlob"
|
|
23
|
-
],
|
|
24
|
-
"description": "A piece of evidence (URI or blob) related to the subject record; it may support, clarify, or challenge a hypercert claim."
|
|
25
|
-
},
|
|
26
|
-
"title": {
|
|
27
|
-
"type": "string",
|
|
28
|
-
"maxLength": 256,
|
|
29
|
-
"description": "Title to describe the nature of the evidence."
|
|
30
|
-
},
|
|
31
|
-
"shortDescription": {
|
|
32
|
-
"type": "string",
|
|
33
|
-
"maxLength": 3000,
|
|
34
|
-
"maxGraphemes": 300,
|
|
35
|
-
"description": "Short description explaining what this evidence shows."
|
|
36
|
-
},
|
|
37
|
-
"description": {
|
|
38
|
-
"type": "string",
|
|
39
|
-
"description": "Longer description describing the evidence in more detail.",
|
|
40
|
-
"maxLength": 30000,
|
|
41
|
-
"maxGraphemes": 3000
|
|
42
|
-
},
|
|
43
|
-
"relationType": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"description": "How this evidence relates to the subject.",
|
|
46
|
-
"knownValues": ["supports", "challenges", "clarifies"]
|
|
47
|
-
},
|
|
48
|
-
"createdAt": {
|
|
49
|
-
"type": "string",
|
|
50
|
-
"format": "datetime",
|
|
51
|
-
"description": "Client-declared timestamp when this record was originally created"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|