UNPKG

test-openapi

Version:
22 lines (19 loc) 432 B
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.PLUGIN_SCHEMA=void 0;const PLUGIN_SCHEMA={ type:"object", properties:{ config:{ type:"object", properties:{ general:{}, task:{}}, patternProperties:{ "^template\\..":{}}, additionalProperties:false}, load:{}, start:{}, run:{}, complete:{}, end:{}, report:{}, template:{}}};exports.PLUGIN_SCHEMA=PLUGIN_SCHEMA; //# sourceMappingURL=plugin_schema.js.map