Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik authored Oct 30, 2023
1 parent 8d08c71 commit e82aa5e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions swagger_parser/lib/src/parser/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1076,12 +1076,15 @@ extension on String {

/// All versions of the OpenApi Specification that this package supports
enum OAS {
/// {@nodoc}
/// 3.1.x
v3_1,

/// {@nodoc}
/// 3.0.x
v3,

/// {@nodoc}
v2
/// 2.0
v2;

/// Constructor for OpenApi Specification
const OAS();
}

0 comments on commit e82aa5e

Please sign in to comment.