ai.syui.vrm

syui.ai

{
  "id": "ai.syui.vrm",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "item",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "item": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "id",
                "cp",
                "cid"
              ],
              "properties": {
                "cp": {
                  "type": "integer",
                  "description": "Score at acquisition"
                },
                "id": {
                  "type": "integer",
                  "description": "Crown type: 1=gold, 2=silver, 3=bronze"
                },
                "cid": {
                  "type": "string",
                  "description": "Unique instance ID"
                }
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "VRM game score collection"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.syui.vrm

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqzpqmrjnptsxezjx4xuh2mn
CID
bafyreih3rlsrs2cpe5yfqnl663cqxntdfesg4t267xo3tczlxmfgn4qq2a
Indexed At
2026-03-12 11:16 UTC
AT-URI
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.vrm

Lexicon Garden

@