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

Not all $refs get expanded when reading schema files. #11

Open
razielgn opened this issue Oct 21, 2014 · 2 comments
Open

Not all $refs get expanded when reading schema files. #11

razielgn opened this issue Oct 21, 2014 · 2 comments

Comments

@razielgn
Copy link

You can try it with schemas from https://github.com/fidor/fidor_schema.

@schorsch
Copy link
Member

thanks, seems to be related to the recursion int the nested folder structure:
https://github.com/fidor/fidor_schema/blob/master/schema/v1.0/lists/accounts.json#L10

Taking a look at it. Thanks

@schorsch
Copy link
Member

pushed an update, but there are now problems with circular dependencies:

When parsing this:
https://github.com/fidor/fidor_schema/blob/master/schema/v1.0/lists/accounts.json#L10
=> requires account.json
https://github.com/fidor/fidor_schema/blob/master/schema/v1.0/account.json#L93
=>refs accounts.json

also opened a ticket over there:
https://github.com/fidor/fidor_schema/issues/4

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