{"lexicon":1,"id":"money.atmosphere.catalog.listProducts","defs":{"catalogPrice":{"type":"object","required":["uri","cid","currency","unitAmount","type","archived"],"nullable":["customUnitAmount","recurring"],"properties":{"uri":{"type":"string","format":"at-uri"},"cid":{"type":"string","format":"cid"},"currency":{"type":"string","minLength":3,"maxLength":3},"unitAmount":{"type":"integer","minimum":1},"customUnitAmount":{"type":"object","required":["enabled"],"properties":{"enabled":{"type":"boolean"},"preset":{"type":"integer","minimum":1},"minimum":{"type":"integer","minimum":1},"maximum":{"type":"integer","minimum":1}}},"type":{"type":"string","knownValues":["one-time","recurring"],"maxLength":16},"recurring":{"type":"object","required":["interval","intervalCount"],"properties":{"interval":{"type":"string","knownValues":["day","week","month","year"],"maxLength":16},"intervalCount":{"type":"integer","minimum":1,"maximum":36}}},"archived":{"type":"boolean"},"createdAt":{"type":"string","format":"datetime"}}},"catalogProduct":{"type":"object","required":["uri","cid","title","kind","archived","indexedAt"],"nullable":["defaultPrice","variantOf"],"properties":{"uri":{"type":"string","format":"at-uri"},"cid":{"type":"string","format":"cid"},"title":{"type":"string","minLength":1,"maxGraphemes":100,"maxLength":1000},"sku":{"type":"string","maxLength":64},"defaultPrice":{"type":"ref","ref":"#catalogPrice"},"kind":{"type":"string","knownValues":["physical","digital","commission","service","ticket","other"],"maxLength":32},"description":{"type":"string","maxGraphemes":1000,"maxLength":10000},"imageUrl":{"type":"string","format":"uri"},"variantOf":{"type":"ref","ref":"com.atproto.repo.strongRef"},"archived":{"type":"boolean"},"archivedAt":{"type":"string","format":"datetime"},"createdAt":{"type":"string","format":"datetime"},"indexedAt":{"type":"integer"},"salesCount":{"type":"integer","minimum":0}}},"main":{"type":"query","description":"List indexed ATM catalog products for a creator, with optional default price and sales-count projections.","parameters":{"type":"params","required":["creator"],"properties":{"creator":{"type":"string","format":"did"},"includeVariants":{"type":"boolean","default":false},"includeArchived":{"type":"boolean","default":false},"kind":{"type":"string","knownValues":["physical","digital","commission","service","ticket","other"],"maxLength":32},"withSalesCounts":{"type":"boolean","default":false},"limit":{"type":"integer","minimum":1,"maximum":100,"default":50},"cursor":{"type":"string","maxLength":512}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["products"],"properties":{"products":{"type":"array","items":{"type":"ref","ref":"#catalogProduct"}},"cursor":{"type":"string","maxLength":512}}}}}}}