We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45228df commit d8a098fCopy full SHA for d8a098f
1 file changed
src/validate.ts
@@ -9,7 +9,7 @@ import { Jesta } from '.'
9
import { MethodSchema } from './types'
10
11
export const methodSchema: MethodSchema = {
12
- title: 'import',
+ title: 'validate',
13
description: 'Validate a node against the Stencila Schema.',
14
required: ['node'],
15
properties: {
0 commit comments