Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / spec / request_DEV-UNSUB.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "DEV-UNSUB"
    },
    "paths": {
      "$ref": "definitions.json#/deviceTreePathList"
    },
    "removeAll": {
      "title": "Remove all?",
      "description": "Whether to remove all instances of a subscription that matches one of the paths (true) or only a single one (false)",
      "default": false,
      "type": "boolean"
    },
    "includeSubtrees": {
      "title": "Include subtrees",
      "description": "Whether to also remove all subscriptions that are in the subtrees of the paths specified in the request.",
      "default": false,
      "type": "boolean"
    }
  },
  "required": ["type", "paths"]
}