Skip to content

Commit

Permalink
Merge pull request #132 from remidewitte/patch-2
Browse files Browse the repository at this point in the history
Support `const` keyword
  • Loading branch information
pjmolina authored Mar 15, 2024
2 parents 63d564e + 5b1d823 commit 5e5831a
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 5e5831a

Please sign in to comment.