{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientComplianceLevelEnum", "title": "ClientComplianceLevelEnum", "type": [ "string", "null" ], "description": "Defines the compliance level for this client, which may restrict it's capabilities", "enum": [ "none", "fapi1_adv_pkj_par", "fapi1_adv_mtls_par", "fapi2_sp_pkj_mtls", "fapi2_sp_mtls_mtls", null ] }