{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-shop-listings-with-associations-structure.json", "name": "ShopListingsWithAssociations", "description": "A set of ShopListing resources with associations.", "type": "object", "properties": { "count": { "type": "int32", "description": "The number of ShopListing resources found.", "minimum": 0, "example": 1 }, "results": { "type": "array", "description": "The ShopListing resources found.", "items": { "description": "The ShopListing resources found.", "oneOf": [ { "$ref": "#/components/schemas/ShopListingWithAssociations" } ] } } } }