5 ms·
One thing to clarify here. Swagger/OpenAPI use JSON Schema in order to describe parameters and response structures. The rest of the schema work will start to fa
by tomchristie 9y ago
One thing to clarify here. Swagger/OpenAPI use JSON Schema in order to describe parameters and response structures. The rest of the schema work will start to fall into place pretty quickly now that we've got the groundwork done. Swagger generation based on the annotations will be one of the features, but there'll be plenty more to get excited about too.
- theptip 9y agoIsn't Swagger a subset of JSON Schema though? [1] If APIStar happens to target the same subset, that's not a problem of course. [1]: http://stackoverflow.com/a/32386131/37481 http://stackoverflow.com/a/32386131/37481
- zebra9978 9y agoany particular reason you are using BSD license ? With all due respect, this does not cover a patent grant like the Apache license and could be a poison pill for companies to adopt.
- tomchristie 9y agoI just had a quick scan over the licenses of other projects used for server side projects. Projects using BSD/MIT include Node, Go, Rails, Django, and Flask. I'm happy with the choice.
- sandGorgon 9y agoSorry to interject - but that's not completely true. Go comes with a separate patent disclaimer. https://golang.org/PATENTS https://golang.org/PATENTS And IMHO nodejs is not a standard BSD license and comes with patent grant. That discussion went on for a year in the TSC . https://github.com/nodejs/node/blob/master/LICENSE https://github.com/nodejs/node/blob/master/LICENSE In general, this stuff is not always evident. But the BSD license by itself is not as good as Apache. While in doubt, use Apache ! P.S. fyi, doing this later is super heavy-duty hard.