You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`@swagger-api/apidom-parser-adapter-openapi-yaml-3-0` is a parser adapter for the [OpenAPI 3.0.x specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md) in [YAML format](https://yaml.org/spec/1.2/spec.html).
3
+
`@swagger-api/apidom-parser-adapter-openapi-yaml-3-0` is a parser adapter for the [OpenAPI 3.0.x specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.4.md) in [YAML format](https://yaml.org/spec/1.2/spec.html).
4
4
Under the hood this adapter uses [apidom-parser-adapter-yaml-1-2](https://github.com/swagger-api/apidom/tree/main/packages/apidom-parser-adapter-yaml-1-2)
5
5
to parse a source string into generic ApiDOM in [base ApiDOM namespace](https://github.com/swagger-api/apidom/tree/main/packages/apidom#base-namespace)
6
6
which is then refracted with [OpenAPI 3.0.x Refractors](https://github.com/swagger-api/apidom/tree/main/packages/apidom-ns-openapi-3-0#refractors).
@@ -33,6 +33,8 @@ Defines list of media types that this parser adapter recognizes.
33
33
'application/vnd.oai.openapi+yaml;version=3.0.2',
34
34
'application/vnd.oai.openapi;version=3.0.3',
35
35
'application/vnd.oai.openapi+yaml;version=3.0.3',
36
+
'application/vnd.oai.openapi;version=3.0.4',
37
+
'application/vnd.oai.openapi+yaml;version=3.0.4',
36
38
]
37
39
```
38
40
@@ -69,11 +71,11 @@ with [supported media types](#mediatypes).
0 commit comments