Skip to content

Commit

Permalink
Support const keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
remidewitte authored Mar 15, 2024
1 parent 63d564e commit 5b1d823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/openapi31.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export interface SchemaObject extends ISpecificationExtension {
title?: string;
multipleOf?: number;
maximum?: number;
const?: string;
/** @desc In OpenAPI 3.1: number */
exclusiveMaximum?: number;
minimum?: number;
Expand Down

0 comments on commit 5b1d823

Please sign in to comment.