pub const JSON_SCHEMA_ATTR_API_TOKEN_SESSION: &str = r#"{
    "attrs": {
      "class": [
        "object",
        "system",
        "attributetype"
      ],
      "description": [
        "A session entry related to an issued api token"
      ],
      "index": [
        "EQUALITY"
      ],
      "unique": [
        "true"
      ],
      "multivalue": [
        "true"
      ],
      "attributename": [
        "api_token_session"
      ],
      "syntax": [
        "APITOKEN"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000111"
      ]
    }
}"#;