dev.tsunagite.createChart

tsunagite.dev

{
  "id": "dev.tsunagite.createChart",
  "defs": {
    "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": {
            "tye": "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
bafyreibt2a5vxvnsvarcusqh7pebmh2xbwgtgqsqztwoo4p3s2cs23pmp4
Indexed At
2026-04-30 03:26 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.createChart

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@