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