Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_MAIL
source · pub const JSON_SCHEMA_ATTR_MAIL: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"mail addresses of the object"
],
"index": [
"EQUALITY"
],
"unique": [
"true"
],
"multivalue": [
"true"
],
"sync_allowed": [
"true"
],
"attributename": [
"mail"
],
"syntax": [
"EMAIL_ADDRESS"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000041"
]
}
}
"#;