{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RejectReasonPrivateInformation", "title": "RejectReasonPrivateInformation", "type": "object", "properties": { "reason": { "description": "rejected due to private information", "type": "string", "enum": [ "private_information" ] } }, "required": [ "reason" ] }