-
I've been doing auite a bit more research on json-schema since the GA4GH 3rd plenary meeting. Previously I understood that json-schema is for validation of json. However, as part of the json-schema pr…
-
I encountered the following problem:
We are using a lighttpd server running as a proxy for a fcgi process. It looks like lighttpd does not like GET Requests with a content-length. Every time I run aba…
ghost updated
8 years ago
-
SwashBuckle will generate a swagger json similar to the following for List. The generated client code contains a couple mistakes.
- The name is missing
- Missing [JsonConverter(typeof(StringEnumConve…
-
Up to now I used RAML as the specification language for services and raml-for-jaxrs as the code generator. For me this JAX-RS generating solution was very straight forward and mature:
- I used the mav…
-
In RC1, a named parameter such as header or query parameter is defined as a "properties declaration". That might impose restrictions, for example, between query parameters. We need to finalize what th…
-
In annotations one may want to have something to the right of the colon:
```
(myAnnotation): something
```
The way to specify the format of that "something" is through a `parameters` property in the…
-
This is a natural follow up to issue #1.
Swagger and RAML seem to be the most used formats for API specification and generation.
Thx
-
Hi,
What is the expected behavior of defining a **uri parameter** named _version_ according to the spec? Going over the specification I found the following:
On the _Base URI parameters_ section:
>…
-
These three are the main ones coming up
- http://raml.org/
- https://apiblueprint.org/ and https://apiary.io/ https://github.com/apiaryio/mson
- http://swagger.io/
### Comparisons
- Relatively new (b…
-
I would like to have more menu items/options inside the API Designer to point people where they can find the specification or the repository to file issues. Right now, I think of the following items:
…