{"lexicon":1,"id":"tickets.atmosphere.listOrganizerTickets","defs":{"main":{"type":"query","description":"List app-scoped issued tickets for an organizer or event.","parameters":{"type":"params","required":[],"properties":{"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"organizerDid":{"type":"string","format":"did"},"eventId":{"type":"string","minLength":1,"maxLength":300},"limit":{"type":"integer","minimum":1,"maximum":250},"cursor":{"type":"string","maxLength":512}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["tickets"],"properties":{"tickets":{"type":"array","items":{"type":"ref","ref":"tickets.atmosphere.defs#issuedTicketWithContext"},"maxLength":250},"cursor":{"type":"string","maxLength":512}}}},"errors":[{"name":"AppNotRegistered","description":"Caller DID is not registered as an ATM app."},{"name":"TicketsModuleDisabled","description":"This app has not enabled ATM Tickets."},{"name":"InvalidCursor","description":"Ticket cursor is invalid."}]}}}