dev.tsunagite.createChart

tsunagite.dev

{
  "id": "dev.tsunagite.createChart",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "id",
            "chart"
          ],
          "properties": {
            "id": {
              "type": "string",
              "format": "record-key",
              "description": "The ID of this chart. Should only include [a-zA-Z0-9-]."
            },
            "chart": {
              "ref": "dev.tsunagite.chart",
              "type": "ref"
            }
          }
        },
        "encoding": "text/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "The URI pointing to the chart's newly-created record."
            }
          }
        },
        "encoding": "text/json"
      },
      "description": "Create a record for a chart in a game hosting leaderboards via Tsunagite. If the chart already exists, update its data."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.tsunagite.createChart

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreiccs3zgxr4cmkvg6bymigdmtsqyzo772pqc57k7mgvqc3qilyzwfe
Indexed At
2026-04-30 03:27 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.createChart

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@