Skip to content

Commit

Permalink
Update src/models/v3/channel-parameter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Urbańczyk <[email protected]>
  • Loading branch information
jonaslagoni and magicmatatjahu authored Jul 25, 2023
1 parent 2b870f3 commit 505dc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/v3/channel-parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class ChannelParameter extends BaseModel<v3.ParameterObject, { id: string
if (!this.hasSchema()) return undefined;
return this.createModel(Schema, {
type: 'string',
description: this._json.description,
enum: this._json.enum,
default: this._json.default,
examples: this._json.examples
Expand Down

0 comments on commit 505dc54

Please sign in to comment.