{"lexicon":1,"id":"tickets.atmosphere.defs","defs":{"priceAmount":{"type":"object","description":"A ticket price in minor units, such as cents.","required":["currency","unitAmount"],"properties":{"currency":{"type":"string","minLength":3,"maxLength":3},"unitAmount":{"type":"integer","minimum":0}}},"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}}},"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},"unitAmount":{"type":"integer","minimum":0},"status":{"type":"string","knownValues":["active","paused","archived"],"maxLength":32}}},"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"},"title":{"type":"string","maxLength":300},"startsAt":{"type":"string","format":"datetime"}}},"ticketAvailability":{"type":"object","description":"Authoritative private-service availability for one app-scoped ticket tier.","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},"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"}}},"ticketHoldCheckout":{"type":"object","required":["holdId","token","url","expiresAt","amountCents","currency","items"],"properties":{"holdId":{"type":"string","maxLength":300},"token":{"type":"string","maxLength":500},"url":{"type":"string","format":"uri","maxLength":2000},"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"expiresAt":{"type":"string","format":"datetime"},"amountCents":{"type":"integer","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"items":{"type":"array","items":{"type":"ref","ref":"tickets.atmosphere.defs#ticketHoldItem"},"minLength":1,"maxLength":20},"reused":{"type":"boolean"}}},"ticketPresentation":{"type":"object","required":["iconUrl","qr","app","organizer","event","tier"],"properties":{"iconUrl":{"type":"string","format":"uri","maxLength":2000},"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","maxLength":300},"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},"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},"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"}}},"verificationResult":{"type":"object","required":["valid"],"properties":{"valid":{"type":"boolean"},"reason":{"type":"string","maxLength":100},"ticket":{"type":"ref","ref":"tickets.atmosphere.defs#issuedTicket"},"presentation":{"type":"ref","ref":"tickets.atmosphere.defs#ticketPresentation"},"event":{"type":"ref","ref":"tickets.atmosphere.defs#eventSummary"},"tier":{"type":"ref","ref":"tickets.atmosphere.defs#ticketTierSummary"}}}}}