nitg16
Results
2
comments of
nitg16
Please make the file executable if it is not already. You can do it from right click properties menu of a file or you can run the commnad below: chmod...
For anyone who is looking for a solution, this worked for me. ```python from referencing import Registry, Resource from referencing.jsonschema import DRAFT202012 from jsonschema import Draft202012Validator registry = Registry() #...