{
  "title": "fileOrderSource (permanent part)",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.jobChain.FileWatchingNodeP",
  "type": "object",
  "required": [
    "directory",
    "regex"
  ],
  "properties": {
    "directory": {
      "type": "string"
    },
    "nextNode": {
      "type": "string"
    },
    "regex": {
      "type": "string"
    }
  }
}
