{
  "$schema": "http://json-schema.org/schema",
  "$id": "ndc-multi-net",
  "title": "NDC Multiple Net => Multiple NET Module",
  "type": "object",
  "properties": {
    "filename": {
      "type": "string",
      "description": "The filename to use."
    },
    "classnames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of class names",
      "default": []
    },
    "pagenames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of page names",
      "default": []
    },
    "exportfiles": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of page names",
      "default": []
    },
    "reportfiles": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of page names",
      "default": []
    }
  },
  "required": []
}