{ "$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-listing-files-structure.json", "name": "ShopListingFiles", "description": "Represents several ShopListingFiles.", "type": "object", "properties": { "count": { "type": "int32", "description": "The number of ShopListingFiles being returned..", "minimum": 0, "example": 1 }, "results": { "type": "array", "description": "An array of ShopListingFile resources.", "items": { "description": "An array of ShopListingFile resources.", "oneOf": [ { "$ref": "#/components/schemas/ShopListingFile" } ] } } } }