Yaroslav 'Zorg' Zborovsky
Yaroslav 'Zorg' Zborovsky
@usumachi actually, according to [OAS specification v3.0.2](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#dataTypeFormat) `Formats such as "email", "uuid", and so on, MAY be used even though undefined by this specification.`. I suppose it means that such...
I reproduced the issue, the complete error message is `Caught panic while trying to load: Validating Swagger failed: Unsupported 'format' value 'uuid'`. I traced this error to [this code](https://github.com/getkin/kin-openapi/blob/1e76a00e7163c16cb29b290778cec485b5ba7b7d/openapi3filter/router.go#L100) in...
JFYI opened a PR to fix this issue in the kin-openapi library https://github.com/getkin/kin-openapi/pull/96 In case this is rejected we may use ```openapi3.DefineStringFormat("uuid", `^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`)``` before instantiating swagger loader on https://github.com/danielgtaylor/apisprout/blob/master/apisprout.go#L273
My PR has just been merged, so we can proceed with fixing the issue. @danielgtaylor what do you think about @larsks idea to register custom formats as CLI params?
@AbhimanyuG Thanks for sharing workarounds. Are you sure this is an APISprout issue? This tool uses https://github.com/getkin/kin-openapi internally for parsing and validating those YAML files. Also, it would be very...
The reason for this is using AmqpExt as a driver. I reproduce this very issue, when I config my queue with driver `yii\queue\amqp_interop\Queue::ENQUEUE_AMQP_EXT` ~~and params `persisted` & `lazy` equal to...
Also, Apple imposes it as a requirement https://developer.apple.com/news/?id=12m75xbj
@JonPichel I managed to reproduce the issue you are describing. The cause of it seems to be inside `gothic.CompleteUserAuth(res, req)` implementation. And I was able to "fix" it by commenting...
### ⚠️ Bitrix is from Russia. [](https://vshymanskyy.github.io/StandWithUkraine)
@pkieltyka is this repo abandoned?