dev.tsunagite.types

tsunagite.dev

{
  "id": "dev.tsunagite.types",
  "defs": {
    "typedRef": {
      "type": "object",
      "properties": {
        "ref": {
          "type": "string",
          "format": "at-uri",
          "description": "The AT URI of the record this object references."
        },
        "type": {
          "type": "string",
          "format": "record-key",
          "description": "The type of the record this object references."
        }
      },
      "description": "A typed record reference that does not require a CID hash."
    },
    "indexable": {
      "type": "object",
      "required": [
        "id",
        "name",
        "index"
      ],
      "properties": {
        "id": {
          "type": "string",
          "format": "record-key",
          "maxLength": 32,
          "minLength": 1,
          "description": "The internal ID for the value, limited to the RecordKey character set."
        },
        "name": {
          "ref": "dev.tsunagite.translatable",
          "type": "ref",
          "description": "The human-readable name of the value for displaying in UIs."
        },
        "index": {
          "type": "integer",
          "description": "The numeric index used for sorting."
        }
      },
      "description": "A named value with a numeric index for sorting."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Assistant data types for Tsunagite lexicons."
}

Validate Record

Validate a record against dev.tsunagite.types

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

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreibiffhscypydb6fxxahfdcp5u7ku7cpm7uynchixc2nwvodg523o4
Indexed At
2026-02-13 13:53 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.types

Referenced Schemas (1)

Lexicon Garden

@