Throwaway probe record for the issue #32 federation spike. NOT the real GoalBot lexicon — the production record family is designed in its own spike (see specs/atmosphere-direction.md).
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"kind",
"createdAt"
],
"properties": {
"seq": {
"type": "integer",
"description": "Sequence number within a test run."
},
"kind": {
"type": "string",
"description": "Probe kind, e.g. spike-probe."
},
"note": {
"type": "string",
"maxLength": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Throwaway probe record for the issue #32 federation spike. NOT the real GoalBot lexicon — the production record family is designed in its own spike (see specs/atmosphere-direction.md)."
}