Constant kanidmd_lib::constants::schema::JSON_SCHEMA_CLASS_PERSON
source · pub const JSON_SCHEMA_CLASS_PERSON: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"Object representation of a person"
],
"sync_allowed": [
"true"
],
"classname": [
"person"
],
"systemmay": [
"mail",
"legalname"
],
"systemmust": [
"displayname",
"name"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000044"
]
}
}
"#;