{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CampaignListResponse", "title": "CampaignListResponse", "properties": { "data": { "items": { "$ref": "#/components/schemas/CampaignURLResponse" }, "type": "string" }, "meta": { "$ref": "#/components/schemas/MetaSubInfo" } }, "required": [ "data", "meta" ], "type": "object" }