{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "campaign_site_list", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "version": { "type": "integer" }, "status": { "type": "boolean" }, "organization_id": { "type": "integer" }, "created_on": { "type": "string", "format": "date-time", "readOnly": true }, "updated_on": { "type": "string", "format": "date-time", "readOnly": true }, "restriction": { "type": "string" }, "filename": { "type": "string" }, "campaign_id": { "type": "integer" }, "assigned": { "type": "boolean" }, "sites_count": { "type": "integer" }, "sites_count_app": { "type": "integer" }, "sites_count_domain": { "type": "integer" }, "sites_count_primary_seller_id": { "type": "integer" } } }