{"lexicon":1,"id":"tickets.atmosphere.releaseTicketHold","defs":{"main":{"type":"procedure","description":"Release an active ticket hold before checkout completes.","input":{"encoding":"application/json","schema":{"type":"object","required":["holdId"],"properties":{"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"holdId":{"type":"string","minLength":1,"maxLength":300},"reason":{"type":"string","maxLength":200}}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["hold"],"properties":{"hold":{"type":"object","required":["id","status"],"properties":{"id":{"type":"string","maxLength":300},"status":{"type":"string","knownValues":["released","expired","failed","completed"],"maxLength":32}}}}}}}}}