{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateANewConversionResponse201", "title": "CreateANewConversionResponse201", "type": "object", "properties": { "postClickAttributionWindowSize": { "type": "integer", "example": 42 }, "conversionMethod": { "type": "string", "example": "example_value" }, "viewThroughAttributionWindowSize": { "type": "integer", "example": 42 }, "created": { "type": "integer", "example": 42 }, "type": { "type": "string", "example": "example_value" }, "enabled": { "type": "boolean", "example": true }, "associatedCampaigns": { "type": "array", "items": {} }, "campaigns": { "type": "array", "items": {} }, "name": { "type": "string", "example": "Example Name" }, "id": { "type": "integer", "example": 42 }, "lastModified": { "type": "integer", "example": 42 }, "attributionType": { "type": "string", "example": "example_value" }, "urlRules": { "type": "array", "items": {} }, "account": { "type": "string", "example": "example_value" } } }