Interface: ArgSchema
An argument schema This schema is similar to the schema of the node:utils
. difference is that:
required
property anddescription
property are addedtype
is not only 'string' and 'boolean', but also 'number', 'enum', 'positional', 'custom' too.default
property type, not support multiple types