# Getting help

- consult the OpenAPI [specs](https://spec.openapis.org/oas/latest.html) for a complete
reference of the presented objects
- see more examples of OpenAPI object representations in `zircote/swagger-php`'s
[GitHub repository](https://zircote.github.io/swagger-php/guide/examples.html)
- consult `zircote/swagger-php`'s
[online documentation](http://zircote.github.io/swagger-php/guide/generating-openapi-documents.html) or run the
following command to see their help page:

```shell
./vendor/bin/openapi --help
```
