{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OdagRequestUpdate", "title": "OdagRequestUpdate", "type": "object", "properties": { "status": { "type": "string", "description": "Updated status for the request" } } }