Martin Rademacher

Results 172 comments of Martin Rademacher

Something like https://zircote.github.io/swagger-php/guide ?

Pretty sure this is related to https://zircote.github.io/swagger-php/guide/faq#warning-required-oa-info-not-found Also, have a look at #443

Looks like the schema for `AccountsResource` is not found. So either you do not have annotated that resource at all or for some reason the annotations for it is in...

Using `"#/components/schemas/AccountsResource"` is the correct way. My guess as to why this is not working is that the `AccountsResource` annotation is not found. One way to prove this would be...

I think this is more a question for [zircote/swagger-php](https://github.com/zircote/swagger-php) and how inherited properties are merged. This could be a nice feature, although perhaps optional.. hmmm.

Wouldn't that be a question for [swagger-ui](https://github.com/swagger-api/swagger-ui)?

This might be more a question for [zircote/swagger-php](https://github.com/zircote/swagger-php) which is used under the hood. However, class hierachies are currently only supported for `@OA\Schema` (models).

@mattermack Not really a feature - I am having problems with the providerState which is required by the library. The broker we are using fails on those pact files (empty...

Yeah, I thought about that - I do not know enough about the specs to judge this, but having a behaviour where all values other than non-empty string work does...

+1 Proper PHP 5.3 compatibility would be great!