Currently, the Linter takes a file path or URL as an argument. I want to incorporate this into stac-api-validator, where I already have the objects as in-memory dicts after having retrieved them. I'd like to be able to pass a string or dict of the STAC object instead of the file path / URL.
Currently, the Linter takes a file path or URL as an argument. I want to incorporate this into stac-api-validator, where I already have the objects as in-memory dicts after having retrieved them. I'd like to be able to pass a string or dict of the STAC object instead of the file path / URL.