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

$ref and id #13

Closed
tbrannam opened this issue Jun 19, 2012 · 13 comments
Closed

$ref and id #13

tbrannam opened this issue Jun 19, 2012 · 13 comments

Comments

@tbrannam
Copy link

Looks like $ref and id are not implemented yet -- if it's unslated work - I'll look at working on implementing in July. Have there been any thoughts on the shared state management needed for recursive schemas?

@borisguery
Copy link

+1 here, any news? I'm up to help on this topic if needed.

@four43
Copy link

four43 commented Feb 19, 2013

+1 I am curious as well. It looks like there is code implementing some of the functionality. I'm currently picking through to see what is all there and where it skips over $ref statements.

@pietercolpaert
Copy link

+1

2 similar comments
@topolm
Copy link

topolm commented Mar 30, 2013

+1

@index0h
Copy link
Contributor

index0h commented Apr 11, 2013

+1

@djmadcat
Copy link

djmadcat commented Jul 6, 2013

+1
I'm using "$ref": "#/definitions/group" and it ignores $ref statements.

@borisguery
Copy link

Again, +1 I'm willing to help here if I've any clue.

@kihamo
Copy link

kihamo commented Aug 16, 2013

up! +1

@cweiske
Copy link
Contributor

cweiske commented Nov 18, 2013

Refs are partially implemented now, but not everywhere.

@pietercolpaert
Copy link

Care to document where exactly and where not? We cannot rely on random functionality ;)

@cweiske
Copy link
Contributor

cweiske commented Nov 18, 2013

Known issues are #77 and #80.

What definitely works is referencing full types (I implemented that with 48bd037):

"properties": {
    "links": { "$ref": "base.json#/definitions/links"}
}

@jmshelby
Copy link

jmshelby commented Apr 4, 2014

@cweiske -- I tried what you suggested (referencing full type) but that doesn't seem to work for me either. Any tips here?

@bighappyface
Copy link
Collaborator

Closed with #174

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