{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "new_strategy_plan_collection_full", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/new_strategy_plan_full_response" } }, "meta": { "$ref": "#/components/schemas/list_metadata" } } }