An API key hash for the Margin application.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"keyHash",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 64,
"description": "Human-readable name for the API key."
},
"keyHash": {
"type": "string",
"description": "SHA256 hash of the API key."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An API key hash for the Margin application."
}