A disposable probe record written into a probe space by the space conformance suite, deleted with the space.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"maxLength": 1000
}
}
},
"description": "A disposable probe record written into a probe space by the space conformance suite, deleted with the space."
}