{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-buyer-taxonomy-nodes-structure.json", "name": "BuyerTaxonomyNodes", "description": "A list of taxonomy nodes from the buyer taxonomy tree.", "type": "object", "properties": { "count": { "type": "int32", "description": "The number of results.", "minimum": 0, "example": 1 }, "results": { "type": "array", "description": "The list of requested resources.", "items": { "description": "The list of requested resources.", "oneOf": [ { "$ref": "#/components/schemas/BuyerTaxonomyNode" } ] } } } }