UNPKG

test-openapi

Version:
12 lines (11 loc) 266 B
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.config=void 0;const config={ general:{ type:"object"}, task:{ oneOf:[ {type:"string"}, { type:"array", items:{ type:"string"}}]}};exports.config=config; //# sourceMappingURL=config.js.map