pub const JSON_SCHEMA_ATTR_OAUTH2_RS_IMPLICIT_SCOPES: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"An oauth2 resource servers scopes that are implicitly granted to all users"
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"true"
],
"attributename": [
"oauth2_rs_implicit_scopes"
],
"syntax": [
"OAUTH_SCOPE"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000089"
]
}
}"#;