pub const JSON_SCHEMA_CLASS_SYNC_ACCOUNT: &str = r#"
  {
    "attrs": {
      "class": [
        "object",
        "system",
        "classtype"
      ],
      "description": [
        "Object representation of sync account"
      ],
      "classname": [
        "sync_account"
      ],
      "systemmust": [
        "name",
        "jws_es256_private_key"
      ],
      "systemmay": [
        "sync_token_session",
        "sync_cookie"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000114"
      ],
      "systemexcludes": [
        "account"
      ]
    }
  }
"#;