test-openapi
Version:
Automated client requests
14 lines (13 loc) • 378 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});exports.REPORTER_SCHEMA=void 0;const REPORTER_SCHEMA={
type:"object",
properties:{
config:{
type:"object"},
options:{},
start:{},
complete:{},
end:{},
level:{
type:"string",
enum:["silent","error","warn","info","debug"]}}};exports.REPORTER_SCHEMA=REPORTER_SCHEMA;
//# sourceMappingURL=reporter_schema.js.map
;