type: object properties: segmentId: type: string description: Segment id example: 313c28e5-3c3f-4bfe-bdd6-748afc123576 assignments: type: array description: Array of entitlement ids to be assigned to the segment items: $ref: '../../v3/schemas/BaseReferenceDto.yaml' removals: type: array description: Array of entitlement ids to be removed from the segment items: $ref: '../../v3/schemas/BaseReferenceDto.yaml'