{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AssignmentForGetResponse", "title": "AssignmentForGetResponse", "type": "object", "x-internal": false, "properties": { "id": { "type": "integer", "format": "int32", "description": "Unique identifier for this price list assignment.", "example": 1 }, "price_list_id": { "type": "integer", "format": "int32", "description": "Pricelist ID for assignment.", "example": 1 }, "customer_group_id": { "type": "integer", "format": "int32", "description": "Customer group ID for assignment.", "example": 2 }, "channel_id": { "type": "integer", "format": "int32", "description": "Channel ID for assignment.", "example": 2 } } }