{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExtendedProducerResponsibilityPolicy", "title": "ExtendedProducerResponsibilityPolicy", "type": "object", "properties": { "categoryId": { "type": "string", "description": "The unique identifier for the category under which the policy applies." }, "categoryTreeId": { "type": "string", "description": "The unique identifier for the category tree under which the policy applies." }, "supportedAttributes": { "type": "array", "description": "The details regarding the attributes included in the policy, such as their usage guidelines and whether they can be specified at the listing variation level.", "items": { "$ref": "#/components/schemas/ExtendedProducerResponsibility" } } }, "description": "A type that defines the Extended Producer Responsibility policy." }