Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow merging of $ref and schema #85

Closed
AtosNicoS opened this issue Jul 19, 2018 · 1 comment
Closed

Allow merging of $ref and schema #85

AtosNicoS opened this issue Jul 19, 2018 · 1 comment

Comments

@AtosNicoS
Copy link

My goal is to define a default header (with QoS, retain etc) that I want to specify in detail with more properties:

      headers:
        $ref: "#/components/schemas/subscribe_header"
        properties:
          userProperties:
            [...]

If I am not wrong this is a new feature of the json schema draft 08, which is not yet released (but I might have missunderstood, so please check!). It should be considered to be used.
json-schema-org/json-schema-spec#628
json-schema-org/json-schema-spec#523

@fmvilas
Copy link
Member

fmvilas commented Jul 20, 2018

@fmvilas fmvilas closed this as completed Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants