Bartosz Michalik

Results 16 comments of Bartosz Michalik

Hi, It is fair to say that OpenAPI for TAPIis not 100% aligned with the RFC8040. However this is true for most of the open source and close sourced one...

@italobusi apart of changes in namespaces there are some structural changes to models themselves. I guess as people are doing more TAPI based development we should start thinking about long...

@ganeshrnayak could you please give me some insights on how do you generate the swagger? e.g. is it always generated from the same set of yang files? how to reproduce...

I have enabled the API extension for all methods of public API. Added some simple tests. For validatorFactory it is a clone of index.js test with a custom Ajv instance...

Hi @codekie. I have rebased it on top of my previous contribution. Please let me know what you think.

> LGTM in general. Maybe consider to support the consumption of an array of post-processors (instead of just one) where the result of the predecessor passes the result as input...

@codekie could you let me know what do you think about this MR ? what is missing / unclear ?

> @bartoszm sorry for the slow responses, but I've been very busy with ongoing projects the past weeks. I hope that I'll have time to have a closer look at...

I will add a reference to the OAS 3.0 expected behavior. > Relevant only for Schema "properties" definitions. Declares the property as “read only”. This means that it MAY be...

I did some digging and it seems support for read/write only might be relatively easy. At least for examples in paths. The OAS spec is fully dereferenced so you could...