addedOutput schema / properties / items / items / properties
Added value: +{
+ "buy_url": {
+ "description": "The x402 door that sells it.",
+ "format": "uri",
+ "type": "string"
+ },
+ "cadence": {
+ "description": "one_off, or the recurring shape.",
+ "type": "string"
+ },
+ "fulfillment": {
+ "description": "instant, or human-fulfilled with a window.",
+ "type": "string"
+ },
+ "id": {
+ "description": "The item id a buy_* call or item_id lookup takes.",
+ "type": "string"
+ },
+ "listing_url": {
+ "description": "The room that describes it in full.",
+ "format": "uri",
+ "type": "string"
+ },
+ "name": {
+ "description": "What the item is called.",
+ "type": "string"
+ },
+ "price_tiers_usdc": {
+ "description": "Every price this item is sold at, cheapest first.",
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "price_usdc": {
+ "description": "The lowest price on this row, in USDC.",
+ "type": "number"
+ },
+ "reads": {
+ "description": "What the item reads: our_books, subject_fetch, made_here.",
+ "type": "string"
+ },
+ "subtitle": {
+ "description": "The one-line gloss, when the item has one.",
+ "type": "string"
+ }
+}