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