This is a documentation of differences between the document of [OpenAPI Specification in version 3.0.2](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md) and [OpenAPI parser for Java projects](https://github.com/openapi4j/openapi4j).
## Differences
Object Name | Description
---|:---:
[OpenAPI Object](#openAPI)|variable "path" is defined differently ( in spec. as one object and in parser as map )
[Paths Object](#paths)|see OpenAPI Object
[Path Item Object](#pathItem)|variables in type "Operation Object" are defined the part of a map in openapi parser
[Operation Object](#operation)|Responses Object is defined as a map in openapi parser
[Parameter Object](#parameter)|allowEmptyValue does not exist in openapi parser
[Encoding Object](#encoding)|variable "allowReserved" does not exist in openapi parser