-
> Currently the error response is having single error object, do we require an array of error object in the response ?
I assume the issue here is that the XML-to-PESC stylesheet, which generates th…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using (`python --version`)?
`Python 3.7.3 (default, Apr 24 2020, 18:51:23)`
2. What opera…
-
The spec contains the following:
https://github.com/OCR-D/spec/blob/506b33936d89080a683fa8a26837f2a23b23e5e2/openapi.yml#L412-L414
What is meant by `x-$ref` or rather should it be changed to some …
-
I noticed something strange when I was looking into the metrics exposed by one of my test integrations at `.../q/metrics` endpoint:
```
# HELP application_camel_route_exchanges_completed_total The…
-
I'm trying to learn the OpenAPI specification and am coming from using RAML. I'm struggling a bit with best practices for organizing files and such to reduce clutter in my main OpenAPI/Swagger docume…
-
Assume I have:
```kotlin
data class Something(
@Schema(type = "integer", format = "int64", description = "row id")
val id: Long
)
```
and then use it like this:
```kotlin
OpenApiResponse(…
-
Putting in anything into the configure method results in a giant stack trace explaining it missing `missing dependency groovy/lang/Closure`
My `src/main/compile/openapi.groovy`:
```groovy
import …
-
因为开发写接口文档要用到
-
Hi, In **/ballcat-spring-boot-starter-redis**,there is a dependency **org.yaml:snakeyaml:1.30** that calls the risk method.
[CVE-2022-25857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-…
-
Is it possible to deserialize missing nested objects to null reference, rather than empty objects?
For example:
{name: ''foo"}
class Event {
private String name;
private Source so…