@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
20 lines • 534 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
exports.default = (0, schema_1.buildErrorSchema)({
id: 'schemaExists',
name: 'Schema exists',
description: '',
fields: {
schemaId: {
type: 'text',
label: 'Schema id',
isRequired: true,
},
destination: {
type: 'text',
label: 'Destination',
},
},
});
//# sourceMappingURL=schemaExists.builder.js.map