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