Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Schema $ref does not handle URIs #14

Open
InfoSec812 opened this issue Dec 19, 2018 · 1 comment
Open

Schema $ref does not handle URIs #14

InfoSec812 opened this issue Dec 19, 2018 · 1 comment

Comments

@InfoSec812
Copy link

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'
@slinkydeveloper
Copy link
Collaborator

@InfoSec812 I'm moving all code generation on new pmlopes project https://github.com/pmlopes/vertx-starter on this new project the external refs should work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants