pub const JSON_SCHEMA_ATTR_SYNC_COOKIE: &str = r#"{
    "attrs": {
      "class": [
        "object",
        "system",
        "attributetype"
      ],
      "description": [
        "A private sync cookie for a remote IDM source"
      ],
      "index": [],
      "unique": [
        "false"
      ],
      "multivalue": [
        "false"
      ],
      "attributename": [
        "sync_cookie"
      ],
      "syntax": [
        "PRIVATE_BINARY"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000116"
      ]
    }
}"#;