A probe record referencing a blob, used by the space conformance suite to verify space blobs are not served publicly. Deleted with its probe space.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"file"
],
"properties": {
"file": {
"type": "blob",
"maxSize": 1048576
}
}
},
"description": "A probe record referencing a blob, used by the space conformance suite to verify space blobs are not served publicly. Deleted with its probe space."
}