UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

14 lines (12 loc) 275 B
import { buildErrorSchema } from '@sprucelabs/schema' export default buildErrorSchema({ id: 'skillViewExists', name: 'Skill view exists', description: '', fields: { name: { type: 'text', isRequired: true, }, }, })