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
In the code snippet below with Python v3.6.6 and jsonschema v2.6.0, I'm getting a JSONDecodeError / RefResolutionError. If I remove the issued object of my CSL data, there are no errors. issued is defined in the schema as:
"issued": {
"$ref": "date-variable"
},
I saw in #343 and #371 that there may be some complexities with internal reference resolution. Not sure if that is the issue here.
Greetings, I'm new to using this library and would like to validate objects based on the Citation Styles Language schema as part of manubot/manubot#47.
In the code snippet below with Python v3.6.6 and jsonschema v2.6.0, I'm getting a
JSONDecodeError
/RefResolutionError
. If I remove theissued
object of my CSL data, there are no errors.issued
is defined in the schema as:I saw in #343 and #371 that there may be some complexities with internal reference resolution. Not sure if that is the issue here.
Code snippet
Stacktrace / error
The text was updated successfully, but these errors were encountered: