{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "strategy_collection_full", "type": "object", "properties": { "data": { "type": "array", "items": { "allOf": [ { "$ref": "#/components/schemas/strategy_campaign_info" }, { "$ref": "#/components/schemas/strategy_full_response" } ] } }, "meta": { "$ref": "#/components/schemas/list_metadata" } } }