{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FetchExistingConversionRulesResponse200", "title": "FetchExistingConversionRulesResponse200", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} }, "total": { "type": "integer" } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "conversionMethod": { "type": "string" }, "id": { "type": "integer" }, "type": { "type": "string" }, "campaigns": { "type": "array", "items": {} }, "enabled": { "type": "boolean" } } } } } }