gg.lou.record

lou.gg

{
  "id": "gg.lou.record",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "completed"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "title name of record; can not be empty",
            "maxGraphemes": 64
          },
          "completed": {
            "type": "boolean",
            "default": false,
            "description": "Whether this record has been completed"
          }
        }
      },
      "description": "An example schema to show off how lexshift allows for easy migrations."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 2
}

Validate Record

Validate a record against gg.lou.record

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:w64dlsa4zwjv2wljlvmymldc
CID
bafyreibco6cc2g2hvgzgvg3cpowzjjpjp6cw7mtlgc4ffwfuiyjcpj2zfa
Indexed At
2026-05-12 16:15 UTC
AT-URI
at://did:plc:w64dlsa4zwjv2wljlvmymldc/com.atproto.lexicon.schema/gg.lou.record

Version History (3 versions)

Lexicon Garden

@