Attestation signature proving a score was submitted through ATPlay SDK
Properties
View raw schema
{
"type": "object",
"required": [
"key",
"signature"
],
"properties": {
"key": {
"type": "string",
"maxLength": 512,
"description": "DID key reference for verifying the signature"
},
"signature": {
"type": "bytes",
"maxLength": 8192,
"description": "ES256 signature over the score record CID"
},
"attestedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the attestation was created (optional)"
}
},
"description": "Attestation signature proving a score was submitted through ATPlay SDK"
}