games.gamesgamesgamesgames.platformFamily

lexicon.store View official

Documentation

A family of related platforms.

main record

A family of related platforms.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

name string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string"
      }
    }
  },
  "description": "A family of related platforms."
}

Lexicon Garden

@