pub const JSON_SCHEMA_CLASS_ACCOUNT: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"Object representation of a account"
],
"sync_allowed": [
"true"
],
"classname": [
"account"
],
"systemmay": [
"primary_credential",
"passkeys",
"devicekeys",
"credential_update_intent_token",
"ssh_publickey",
"radius_secret",
"account_expire",
"account_valid_from",
"mail",
"oauth2_consent_scope_map",
"user_auth_token_session",
"oauth2_session",
"description"
],
"systemmust": [
"displayname",
"name",
"spn"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000046"
],
"systemsupplements": [
"person",
"service_account"
]
}
}
"#;