blue.2048.verification.game

2048.blue

Documentation

A record that holds a verification of a game record saying the owner of the repo has verified that it is a valid game played.

main record

A record that holds a verification of a game record saying the owner of the repo has verified that it is a valid game played.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "verifiedRef": {
        "ref": "blue.2048.verification.defs#verificationRef",
        "type": "ref",
        "description": "This is the record that holds the publicly verifiable signature of a game record"
      }
    },
    "verifiedRef": [
      "verifiedRef",
      "createdAt"
    ]
  },
  "description": "A record that holds a verification of a game record saying the owner of the repo has verified that it is a valid game played."
}

Lexicon Garden

@