pub const JSON_SCHEMA_ATTR_USER_AUTH_TOKEN_SESSION: &str = r#"{
    "attrs": {
      "class": [
        "object",
        "system",
        "attributetype"
      ],
      "description": [
        "A session entry related to an issued user auth token"
      ],
      "index": [
        "EQUALITY"
      ],
      "unique": [
        "true"
      ],
      "multivalue": [
        "true"
      ],
      "attributename": [
        "user_auth_token_session"
      ],
      "syntax": [
        "SESSION"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000113"
      ]
    }
}"#;