init work on open api spec#5
Conversation
|
@adamculp initial work on OpenAPI spec. Don't merge yet, still need to set up a few things to get you going. |
|
@adamculp take a look at this when you get a second and let me know if it all makes sense so far, or if you have questions. |
|
@matthewtrask The use of int32 caught my eye. Will look at that more. Also, according to https://swagger.io/specification/ the uuid would get a 'type' but not necessarily a 'format', though in some later examples on that page it does show the usage of 'format' as well. Otherwise, I think everything makes sense. Will peek a little more later, and see if I notice anything else. Thank you! |
|
@adamculp yea some were guessing, like int32 but I just filled in the value so that there was an example there for you to follow along with. Ill go back through and spot check the types. I was referencing this: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md |
WIP