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

Commit 938175d

Browse files
Marco Frisokylef
authored andcommitted
docs(oas3): indicate updated server support
1 parent 4102f94 commit 938175d

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

packages/fury-adapter-oas3-parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Fury OAS3 Parser Changelog
22

3+
## Master
4+
5+
- Support for `servers` in `Path Item Object` and `Operation Object`
6+
37
## 0.11.0 (2020-04-20)
48

59
### Enhancements

packages/fury-adapter-oas3-parser/STATUS.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,38 @@ Key:
2424
| tags | [](https://github.com/apiaryio/api-elements.js/issues/75) |
2525
| externalDocs | [](https://github.com/apiaryio/api-elements.js/issues/82) |
2626

27+
## Info Object
28+
29+
| title ||
30+
| description ||
31+
| termsOfService ||
32+
| contact ||
33+
| license ||
34+
| version ||
35+
36+
## Contact Object
37+
38+
| name ||
39+
| url ||
40+
| email ||
41+
42+
## Licence Object
43+
44+
| name ||
45+
| url ||
46+
47+
## Server Object
48+
49+
| url ||
50+
| description ||
51+
| variables ||
52+
53+
## Server Variable Object
54+
55+
| enum ||
56+
| default ||
57+
| description ||
58+
2759
## Paths Object
2860

2961
| Field Name | Support |
@@ -44,7 +76,7 @@ Key:
4476
| head | [~](#operation-object) |
4577
| patch | [~](#operation-object) |
4678
| trace | [~](#operation-object) |
47-
| servers | [](https://github.com/apiaryio/api-elements.js/issues/76) |
79+
| servers | |
4880
| parameters | [~](#parameter-object) |
4981

5082
## Operation Object
@@ -62,7 +94,7 @@ Key:
6294
| callbacks | [](https://github.com/apiaryio/api-elements.js/issues/74) |
6395
| deprecated ||
6496
| security ||
65-
| servers | [](https://github.com/apiaryio/api-elements.js/issues/76) |
97+
| servers | |
6698

6799
## Parameter Object
68100

0 commit comments

Comments
 (0)