You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
When using externally specified schemas (e.g. From Schema.org), the $ref should be able to be an external URI which slush-vertx should automatically incorporate.
Example snippet:
responses:
'202':
description: User is authorized, image ID exists, and tag is formatted correctly
content:
application/json:
schema:
$ref: 'http://schema.org.apis.apievangelist.com/api-commons/image-object/openapi-spec.yaml#/definitions/ImageObject'
The text was updated successfully, but these errors were encountered:
When using externally specified schemas (e.g. From Schema.org), the $ref should be able to be an external URI which slush-vertx should automatically incorporate.
Example snippet:
The text was updated successfully, but these errors were encountered: