We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can try it with schemas from https://github.com/fidor/fidor_schema.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
You can try it with schemas from https://github.com/fidor/fidor_schema.
The text was updated successfully, but these errors were encountered: