{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkRequestItemDTOAuxiliaryCodeDTO", "title": "BulkRequestItemDTOAuxiliaryCodeDTO", "type": "object", "properties": { "itemIdentifier": { "type": "integer", "description": "Unique item identifier for a bulk operation.", "format": "int32", "example": 10 }, "item": { "$ref": "#/components/schemas/AuxiliaryCodeDTO" }, "requestAction": { "type": "string", "description": "Identifier for action type. Possible values can be SAVE and DELETE.", "example": "SAVE" } } }