pub const JSON_SCHEMA_ATTR_DEVICEKEYS: &str = r#"{
    "attrs": {
      "class": [
        "object",
        "system",
        "attributetype"
      ],
      "description": [
        "A set of registered device keys"
      ],
      "index": [
        "EQUALITY"
      ],
      "unique": [
        "false"
      ],
      "multivalue": [
        "true"
      ],
      "sync_allowed": [
        "true"
      ],
      "attributename": [
        "devicekeys"
      ],
      "syntax": [
        "DEVICEKEY"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000100"
      ]
    }
}"#;