pub const JSON_SCHEMA_CLASS_SERVICE_ACCOUNT: &str = r#"
  {
    "attrs": {
      "class": [
        "object",
        "system",
        "classtype"
      ],
      "description": [
        "Object representation of service account"
      ],
      "sync_allowed": [
        "true"
      ],
      "classname": [
        "service_account"
      ],
      "systemmay": [
        "mail",
        "primary_credential",
        "jws_es256_private_key",
        "api_token_session"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000106"
      ],
      "systemexcludes": [
        "person"
      ]
    }
  }
"#;