run.tiles.chat.sessionSnapshot

tiles.run

{
  "id": "run.tiles.chat.sessionSnapshot",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "sessionId",
          "createdAt",
          "turns"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "turns": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "provider",
                "model",
                "messages"
              ],
              "properties": {
                "api": {
                  "type": "string"
                },
                "model": {
                  "type": "string"
                },
                "messages": {
                  "type": "array",
                  "items": {
                    "ref": "#message",
                    "type": "ref"
                  }
                },
                "provider": {
                  "type": "string"
                }
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sessionId": {
            "type": "string"
          }
        }
      }
    },
    "message": {
      "type": "object",
      "required": [
        "role",
        "content"
      ],
      "properties": {
        "role": {
          "type": "string"
        },
        "content": {
          "type": "array",
          "items": {
            "ref": "#contentItem",
            "type": "ref"
          }
        },
        "toolName": {
          "type": "string"
        },
        "timestamp": {
          "type": "integer"
        },
        "stopReason": {
          "type": "string"
        }
      }
    },
    "contentItem": {
      "type": "object",
      "required": [
        "type"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "text": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "thinking": {
          "type": "string"
        },
        "arguments": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against run.tiles.chat.sessionSnapshot

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mqmcsjuerbjhu65mpmvkcuw2
CID
bafyreifmsejoqaugjgof7qdpxbwg4haaodso7q7xu2qboaxy7ykjbo7lgu
Indexed At
2026-07-07 15:31 UTC
AT-URI
at://did:plc:mqmcsjuerbjhu65mpmvkcuw2/com.atproto.lexicon.schema/run.tiles.chat.sessionSnapshot

Lexicon Garden

@