pub const JSON_SCHEMA_ATTR_OAUTH2_JWT_LEGACY_CRYPTO_ENABLE: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"Allows enabling legacy jwt cryptograhpy for clients"
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"attributename": [
"oauth2_jwt_legacy_crypto_enable"
],
"syntax": [
"BOOLEAN"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000092"
]
}
}"#;