You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/17 22:19:48 UTC

[GitHub] larandersson commented on issue #262: Missing "type": "object" in Swagger definition for KeyValue.value

larandersson commented on issue #262: Missing "type": "object" in Swagger definition for KeyValue.value
URL: https://github.com/apache/incubator-openwhisk/issues/262#issuecomment-464517835
 
 
   Tried to fix this by adding a new type definition and reference it from the KeyValue type, but then the tests failed, so I think it's best to leave this as it is. From my understanding, omitting the type is perfectly legal, because it means that it can be any type, which is exactly what we are trying to say (?). Using vendor extensions is probably not a good idea, because that will make our tests and code generators fail for sure. There is no silver bullet in OpenAPI v3 for this either, so I suggest we close this issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services