Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit c8d87d7

Browse files
committed
feat: adds the new spec version to the enum
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2e7866c commit c8d87d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Microsoft.OpenApi/OpenApiSpecVersion.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public enum OpenApiSpecVersion
2020
/// <summary>
2121
/// Represents OpenAPI V3.1 spec
2222
/// </summary>
23-
OpenApi3_1
23+
OpenApi3_1,
2424

25+
/// <summary>
26+
/// Represents OpenAPI V3.2 spec
27+
/// </summary>
28+
OpenApi3_2
2529
}

0 commit comments

Comments
 (0)