dev.goalbot.spike.event

rt-jfp3zt7w.pds.scoreflo.at

Documentation

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).

main record

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

createdAt string datetime Required

An RFC 3339 formatted timestamp.

kind string Required

Probe kind, e.g. spike-probe.

note string Optional

No description available.

maxLength: 300 bytes
seq integer Optional

Sequence number within a test run.

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)."
}

Lexicon Garden

@