{ "lexicon": 1, "id": "com.example.slug", "defs": { "main": { "type": "record", "description": "A human-readable/writable slug pointing to another record.", "key": "any", "record": { "type": "object", "properties": { "ref": { "type": "ref", "description": "The URI and CID hash this slug points to.", "ref": "com.atproto.repo.strongRef" } }, "required": ["ref"] } } } }