We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaba63 commit e33f37bCopy full SHA for e33f37b
src/endpoint/capabilities.ts
@@ -44,7 +44,7 @@ export interface CapabilityJSONSchema {
44
enum?: string[]
45
propertyName?: unknown
46
properties?: { [name: string]: CapabilityJSONSchema }
47
- items?: CapabilityJSONSchema | [CapabilityJSONSchema]
+ items?: CapabilityJSONSchema | CapabilityJSONSchema[]
48
title?: string
49
}
50
0 commit comments