{"lexicon":1,"id":"tickets.atmosphere.checkInList","defs":{"main":{"type":"record","key":"any","description":"Public check-in list label for an event. Check-in logs and ticket secrets are private ATM service state.","record":{"type":"object","required":["event","name","createdAt"],"properties":{"event":{"type":"ref","ref":"com.atproto.repo.strongRef","description":"CID-pinned strongRef to the canonical public community.lexicon.calendar.event record."},"name":{"type":"string","minLength":1,"maxGraphemes":100,"maxLength":1000},"archived":{"type":"boolean","description":"True when this check-in list is archived. Omitted or false means it is not archived."},"createdAt":{"type":"string","format":"datetime"},"updatedAt":{"type":"string","format":"datetime"}}}}}}