{"lexicon":1,"id":"tickets.atmosphere.updateTicketTier","defs":{"main":{"type":"procedure","description":"Update app-scoped ATM Tickets tier metadata.","input":{"encoding":"application/json","schema":{"type":"object","required":["tierId"],"nullable":["description","saleStartsAt","saleEndsAt","tierRef","productRef","priceRef"],"properties":{"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"tierId":{"type":"string","minLength":1,"maxLength":300},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","maxLength":5000},"currency":{"type":"string","minLength":3,"maxLength":3},"unitAmount":{"type":"integer","minimum":0,"maximum":2000000},"maxPerOrder":{"type":"integer","minimum":1,"maximum":50},"saleStartsAt":{"type":"string","format":"datetime"},"saleEndsAt":{"type":"string","format":"datetime"},"tierRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"productRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"priceRef":{"type":"ref","ref":"com.atproto.repo.strongRef"},"metadata":{"type":"unknown"},"status":{"type":"string","knownValues":["active","paused","archived"],"maxLength":32}}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["tier"],"properties":{"tier":{"type":"ref","ref":"tickets.atmosphere.defs#ticketTierSummary"}}}}}}}