-
I noticed in the code generator for Schema.default, the only acceptable types are bool, string, float, and int. https://github.com/google/gnostic/blob/master/generate-gnostic/generate-compiler.go#L233…
-
Execution modification in `/executions/` should be done with PATCH instead of PUT.
PATCH is supported in OpenAPI 3.0: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#path…
-
https://github.com/tulibraries/dplah/blob/develop/app/models/oai_rec.rb#L85
changing a line to force utf-8 would help
`self.DC.content=self.DC.content.force_encoding('UTF-8').gsub(h,"")`
but is that…
-
According to official spec, there's definitions objects.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#definitionsObject
As a result of absence of definitions it's no…
-
Is it possible to group parameters ? For ex: Header "address" has parameters street,city,state
-
## Expected Behavior
```rs
#[derive(Debug, Object, Clone)]
struct MyStructure {
a: u64,
b: u16,
}
```
Should produce openapi-schema with `minimum` & `maximum` instead of `uint16/32…
-
Support validating v3.1.0, not just v3.0.0.
It's probably just a matter of adding this: https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.1/schema-base.json (not sure)
-
While looking through some REACH output exported in the CMU format, I came across entries that have the fields mixed up. I’ve attached a (non-exhaustive) list of them with this post. They do not comp…
-
What are the plans for representing links?
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#linkObject
With some input for alignment.. I'm happy to contribute code and …
-
The Journal route in the REST API is currently missing several items of metadata that are present in the OAI-PMH data model, or in other formats such as the XML "dump".
The fields missing from the …