• Jérome Perrin's avatar
    software/theia: fix $ref in json schema · 65a43dc6
    Jérome Perrin authored
    Fixes this warning when running test:
    
        UserWarning: Error validating request parameters against schema definition:
        RefResolutionError unknown url type: 'instance-input-schema.json'
    
    jsonschema (the python library) support this kind of refs only when
    using version draft-06
    
    json-language-features (from theia text editor) does not understands
    file.json#/ references, it complains:
    
        $ref '/' in 'file://...' can not be resolved.(768)
    
    but not using the trailing / works fine
    65a43dc6
instance-resilient-input-schema.json 2.55 KB