Skip to content

Commit 7eba647

Browse files
authored
Use semver for API version
The specification recommends using semver for version specifications here: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#versions
1 parent 1b9bb2e commit 7eba647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3.0/api-with-examples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.0"
22
info:
33
title: Simple API overview
4-
version: v2
4+
version: 2.0.0
55
paths:
66
/:
77
get:

0 commit comments

Comments
 (0)