pub const JSON_SCHEMA_CLASS_DYNGROUP: &str = r#"
  {
    "attrs": {
      "class": [
        "object",
        "system",
        "classtype"
      ],
      "description": [
        "Object representation of a dynamic group"
      ],
      "classname": [
        "dyngroup"
      ],
      "systemmust": [
        "dyngroup_filter"
      ],
      "systemsupplements": [
        "group"
      ],
      "uuid": [
        "00000000-0000-0000-0000-ffff00000107"
      ]
    }
  }
"#;