vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

definitions['cis.task.info'].properties['result'].type opaque is no recognized in OpenAPI/Swagger #35

Open kunal-pmj opened 5 years ago

kunal-pmj commented 5 years ago

Following error is reported for "type" : "opaque" "result": { "description": "Result of the operation. If an operation reports partial results before it completes, this field could be set before the CommonInfo.status has the value SUCCEEDED. The value could change as the operation progresses.\nThis field will be unset if the operation does not return a result or if the result is not available at the current step of the operation.", "type": "opaque" }, Schema error at definitions['cis.task.info'].properties['result'].type should be equal to one of the allowed values allowedValues: array, boolean, integer, null, number, object, string

plamens commented 4 years ago

I think this is fixed by #52