{ "type": "object", "additionalProperties": true, "properties": { "filename": { "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] }, "chunkFilename": { "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] }, "ignoreOrder": { "type": "boolean" } } }