blue.2048.defs

2048.blue

{
  "id": "blue.2048.defs",
  "defs": {
    "syncStatus": {
      "type": "object",
      "required": [
        "hash",
        "updatedAt",
        "createdAt",
        "syncedWithATRepo"
      ],
      "properties": {
        "hash": {
          "type": "string",
          "description": "A XXH3 hash of the record to tell if anything has changed"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "syncedWithATRepo": {
          "type": "boolean",
          "default": false,
          "description": "A flag to know if it has been synced with the AT repo. Used mostly client side to filter what records need syncing"
        }
      },
      "description": "The sync status for a record used to help sync between your ATProto record and local record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Reusable types for blue.2048 lexicons"
}

Validate Record

Validate a record against blue.2048.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:zylhqsjug3f76uqxguhviqka
CID
bafyreih3zvfg3aezdx4a4mhzs2tl5hra6tucoiz674u77vxslzq3hi5grm
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:zylhqsjug3f76uqxguhviqka/com.atproto.lexicon.schema/blue.2048.defs

Lexicon Garden

@