{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/sdp/KYCStatus.json", "title": "KYCStatus", "type": "string", "description": "KYC verification status:\n- not_started: KYC process not yet started\n- incomplete: KYC process started but not complete\n- awaiting_ubo: Awaiting Ultimate Beneficial Owner verification\n- under_review: KYC submission under review\n- approved: KYC verification approved\n- rejected: KYC verification rejected\n- paused: KYC process paused\n- offboarded: Customer offboarded\n", "enum": [ "not_started", "incomplete", "awaiting_ubo", "under_review", "approved", "rejected", "paused", "offboarded" ], "example": "under_review" }