{"lexicon":1,"id":"tickets.atmosphere.defs","defs":{"eventInput":{"type":"object","description":"Event snapshot supplied by the originating app. The public event record remains the canonical display record.","required":["uri","title"],"properties":{"uri":{"type":"string","format":"at-uri"},"cid":{"type":"string","format":"cid"},"title":{"type":"string","minLength":1,"maxGraphemes":300,"maxLength":3000},"startsAt":{"type":"string","format":"datetime"},"imageUrl":{"type":"string","format":"uri","maxLength":2000}}},"ticketHoldItemRequest":{"type":"object","required":["tierId","quantity"],"properties":{"tierId":{"type":"string","minLength":1,"maxLength":300},"quantity":{"type":"integer","minimum":1,"maximum":50}}},"ticketHoldItem":{"type":"object","required":["tierId","title","quantity","unitAmount","currency"],"properties":{"tierId":{"type":"string","maxLength":300},"title":{"type":"string","maxLength":300},"quantity":{"type":"integer","minimum":1,"maximum":50},"unitAmount":{"type":"integer","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3,"description":"Lowercase ISO 4217 currency code, matching money.atmosphere.price."},"tierRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"productRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"priceRef":{"type":"ref","ref":"com.atproto.repo.strongRef"}}},"ticketTierSummary":{"type":"object","required":["id","eventId","capacityGroupId","title","currency","unitAmount","status"],"properties":{"id":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"capacityGroupId":{"type":"string","maxLength":300},"title":{"type":"string","maxLength":300},"currency":{"type":"string","minLength":3,"maxLength":3,"description":"Lowercase ISO 4217 currency code, matching money.atmosphere.price."},"unitAmount":{"type":"integer","minimum":0},"status":{"type":"string","knownValues":["active","paused","archived"],"maxLength":32},"tierRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"productRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"priceRef":{"type":"ref","ref":"com.atproto.repo.strongRef"}}},"capacityGroupSummary":{"type":"object","required":["id","name","totalCapacity","status"],"properties":{"id":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"name":{"type":"string","maxLength":300},"totalCapacity":{"type":"integer","minimum":1},"status":{"type":"string","knownValues":["active","archived"],"maxLength":32}}},"eventSummary":{"type":"object","required":["id","uri"],"properties":{"id":{"type":"string","maxLength":300},"uri":{"type":"string","format":"at-uri"},"cid":{"type":"string","format":"cid"},"eventRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"title":{"type":"string","maxLength":300},"startsAt":{"type":"string","format":"datetime"}}},"organizerCollaboration":{"type":"object","description":"A co-organizer collaboration on a ticketed event (Wave 3 organizer-collab Part A). revenueShareBps is a recorded MANUAL-RECONCILIATION intent between the primary organizer and the co-organizer — ATM never auto-splits or auto-pays ticket revenue based on it.","required":["id","eventId","primaryOrganizerDid","coOrganizerDid","role","status","invitedAt"],"properties":{"id":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"primaryOrganizerDid":{"type":"string","format":"did"},"coOrganizerDid":{"type":"string","format":"did"},"role":{"type":"string","knownValues":["co-organizer"],"maxLength":32},"status":{"type":"string","knownValues":["pending","accepted","revoked"],"maxLength":16},"revenueShareBps":{"type":"integer","minimum":0,"maximum":10000,"description":"Recorded revenue-share INTENT in basis points, for MANUAL RECONCILIATION ONLY. NOT an automatic split: ATM never transfers ticket revenue based on this value."},"invitedAt":{"type":"string","format":"datetime"},"acceptedAt":{"type":"string","format":"datetime"},"revokedAt":{"type":"string","format":"datetime"}}},"ticketAvailability":{"type":"object","description":"Authoritative private-service availability for one organizer-owned ticket tier as seen by an authorized app.","required":["tierId","title","status","availableQuantity","maxPerOrder"],"properties":{"tierId":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"title":{"type":"string","maxLength":300},"description":{"type":"string","maxLength":5000},"currency":{"type":"string","minLength":3,"maxLength":3,"description":"Lowercase ISO 4217 currency code, matching money.atmosphere.price."},"unitAmount":{"type":"integer","minimum":0},"status":{"type":"string","knownValues":["available","sold-out","not-on-sale","hidden","unavailable"],"maxLength":32},"availableQuantity":{"type":"integer","minimum":0},"heldQuantity":{"type":"integer","minimum":0,"description":"Quantity currently reserved by active holds. Returned only to authorized apps."},"soldQuantity":{"type":"integer","minimum":0,"description":"Quantity already issued/sold. Returned only to authorized apps."},"maxPerOrder":{"type":"integer","minimum":1,"maximum":50},"saleStartsAt":{"type":"string","format":"datetime"},"saleEndsAt":{"type":"string","format":"datetime"}}},"ticketPresentation":{"type":"object","required":["qr","app","organizer","event","tier"],"properties":{"iconUrl":{"type":"string","format":"uri","maxLength":2000,"description":"Pass icon URL. Currently always returned (ATM falls back to a default icon); optional so a future presentation without an icon stays valid."},"qr":{"type":"object","required":["enabled","label"],"properties":{"enabled":{"type":"boolean"},"label":{"type":"string","maxLength":100}}},"app":{"type":"ref","ref":"tickets.atmosphere.defs#brand"},"organizer":{"type":"ref","ref":"tickets.atmosphere.defs#brand"},"event":{"type":"object","required":["uri","title"],"properties":{"uri":{"type":"string","format":"at-uri"},"title":{"type":"string","maxLength":300},"startsAt":{"type":"string","format":"datetime"},"imageUrl":{"type":"string","format":"uri","maxLength":2000}}},"tier":{"type":"object","required":["title"],"properties":{"title":{"type":"string","maxLength":300}}}}},"brand":{"type":"object","required":["did","name"],"properties":{"did":{"type":"string","format":"did"},"handle":{"type":"string","format":"handle"},"name":{"type":"string","maxLength":300},"avatarUrl":{"type":"string","format":"uri","maxLength":2000}}},"issuedTicket":{"type":"object","required":["id","eventId","tierId","environment","status","ticketNumber","createdAt","updatedAt"],"properties":{"id":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"tierId":{"type":"string","maxLength":300},"paymentId":{"type":"string","maxLength":300},"claimId":{"type":"string","maxLength":300},"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"ownerDid":{"type":"string","format":"did"},"status":{"type":"string","knownValues":["active","voided","refunded"],"maxLength":32},"ticketNumber":{"type":"string","maxLength":300},"eventRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"tierRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"productRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"priceRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"scanToken":{"type":"string","maxLength":4000,"description":"Private scan token returned only to authorized clients."},"scanUrl":{"type":"string","format":"uri","maxLength":2000},"createdAt":{"type":"string","format":"datetime"},"updatedAt":{"type":"string","format":"datetime"}}},"issuedTicketWithContext":{"type":"object","required":["id","eventId","tierId","environment","status","ticketNumber","createdAt","updatedAt"],"properties":{"id":{"type":"string","maxLength":300},"eventId":{"type":"string","maxLength":300},"tierId":{"type":"string","maxLength":300},"paymentId":{"type":"string","maxLength":300},"claimId":{"type":"string","maxLength":300},"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"ownerDid":{"type":"string","format":"did"},"status":{"type":"string","knownValues":["active","voided","refunded"],"maxLength":32},"ticketNumber":{"type":"string","maxLength":300},"eventRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"tierRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"productRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"priceRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"scanToken":{"type":"string","maxLength":4000},"scanUrl":{"type":"string","format":"uri","maxLength":2000},"createdAt":{"type":"string","format":"datetime"},"updatedAt":{"type":"string","format":"datetime"},"presentation":{"type":"ref","ref":"tickets.atmosphere.defs#ticketPresentation"},"event":{"type":"ref","ref":"tickets.atmosphere.defs#eventSummary"},"tier":{"type":"ref","ref":"tickets.atmosphere.defs#ticketTierSummary"}}}}}