-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Schema
args:
- name:
type: string
required: true
description:
type: string
required:
type: boolean
type:
type: string
enum: ["string", "url", "domain", "path", "status", "ip", "list"]
yml code
args:
- description:
name: domain
required: false
type: string
error got
| {
| "file": "xxx/xxx.yml",
| "errors": [
| {
| "path": "args.0.type",
| "message": "args.0.type must be either function String() { [native code] }, url, domain, path, status, ip or list."
| }
| ]
| },
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed