No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
generatorVersion
string
Optional
The renderer version used when the specimen was encountered.
Known values:
sha256-radial-v1note
string
Optional
An optional private-to-the-public-repository curatorial note.
maxLength: 1000 bytesmaxGraphemes: 280 graphemessubject
string
did
Required
The DID whose deterministic specimen was collected.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 1000,
"description": "An optional private-to-the-public-repository curatorial note.",
"maxGraphemes": 280
},
"subject": {
"type": "string",
"format": "did",
"description": "The DID whose deterministic specimen was collected."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"generatorVersion": {
"type": "string",
"description": "The renderer version used when the specimen was encountered.",
"knownValues": [
"sha256-radial-v1"
]
}
}
}
}