{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AssignmentsForGetResponse", "title": "AssignmentsForGetResponse", "description": "Array of the price list assignments matching the filter. The response is paginated.", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AssignmentForGetResponse" } }, "meta": { "$ref": "#/components/schemas/CollectionMeta" } }, "x-internal": false }