pub const JSON_SCHEMA_ATTR_GRANT_UI_HINT: &str = r#"{
    "attrs": {
      "class": [
        "object",
        "system",
        "attributetype"
      ],
      "description": [
        "A ui hint that is granted via membership to a group"
      ],
      "index": [
        "EQUALITY"
      ],
      "unique": [
        "false"
      ],
      "multivalue": [
        "true"
      ],
      "attributename": [
        "grant_ui_hint"
      ],
      "syntax": [
        "UIHINT"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000119"
      ]
    }
}"#;