{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CategoryPurpose", "type": "object", "properties": { "categoryPurpose": { "type": "string", "description": "Use-case (represented via category purpose codes) supported by the DSP. *Refer to Codes and Formats section for more details." }, "featureList": { "type": "array", "description": "List of features (represented via featureList codes) supported for each categoryPurpose by the DSP. *Refer to Codes and Formats section for more details." } } }