{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReplacementResponse", "title": "ReplacementResponse", "type": "object", "properties": { "id": { "type": "string", "description": "The order item identifier." }, "replacement_status": { "type": "string", "enum": [ "APPROVED", "REJECTED" ], "description": "The updated replacement status." } } }