You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, AMDirT validate pulls the enums containing the allowed values from GitHub. According to @maxibor, GitHub restricts the number of requests when trying to access the files. A work around could be to add a flag, e.g. --local that replaces the GitHub URLs with the absolute paths to the local files because the JSONschema library doesn't allow for relative paths.
The text was updated successfully, but these errors were encountered:
Currently,
AMDirT validate
pulls the enums containing the allowed values from GitHub. According to @maxibor, GitHub restricts the number of requests when trying to access the files. A work around could be to add a flag, e.g.--local
that replaces the GitHub URLs with the absolute paths to the local files because the JSONschema library doesn't allow for relative paths.The text was updated successfully, but these errors were encountered: