pub const JSON_SCHEMA_ATTR_OAUTH2_PREFER_SHORT_USERNAME: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"Use 'name' instead of 'spn' in the preferred_username claim"
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"attributename": [
"oauth2_prefer_short_username"
],
"syntax": [
"BOOLEAN"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000109"
]
}
}"#;