{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "campaign_response_extended", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/campaign_full_extended" }, "meta": { "$ref": "#/components/schemas/single_metadata" } } }