{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SplitConfigurationList", "title": "SplitConfigurationList", "properties": { "data": { "description": "List of split configurations applied to the stores under the merchant account.", "items": { "$ref": "#/components/schemas/SplitConfiguration" }, "type": "array" } }, "type": "object" }