{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetProfileBulkImportJobListsRelationshipsResponseCollection", "title": "GetProfileBulkImportJobListsRelationshipsResponseCollection", "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "type", "id" ], "properties": { "type": { "$ref": "#/components/schemas/ListEnum" }, "id": { "description": "Primary key that uniquely identifies this list. Generated by Klaviyo.", "type": "string", "example": "Y6nRLr" } } } }, "links": { "$ref": "#/components/schemas/CollectionLinks" } }, "required": [ "data" ] }