OpenAPI: show 'null' if there's a null enum value (#35058)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export interface ChildParameter {
|
||||
description: string
|
||||
type: string
|
||||
isRequired?: boolean
|
||||
enum?: Array<string>
|
||||
enum?: null | string[]
|
||||
default?: string | boolean | number | undefined | string[]
|
||||
childParamsGroups?: ChildParameter[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user