{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-taxonomy-node-properties-structure.json", "name": "TaxonomyNodeProperties", "description": "A list of product property definitions.", "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/TaxonomyNodeProperty" } ] } } } }