{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PinChangeResponse", "title": "PinChangeResponse", "properties": { "status": { "description": "The pin change status.", "enum": [ "completed", "pending", "unavailable" ], "type": "string" } }, "required": [ "status" ], "type": "object" }