pardata.schema.LicenseSchemaCollection.retrieved_url_or_path

property LicenseSchemaCollection.retrieved_url_or_path: Union[str, os.PathLike]

The URL or path from which the schema was retrieved.

Example:

>>> schema_collection = DatasetSchemaCollection('./tests/schemata/datasets.yaml')
>>> schema_collection.retrieved_url_or_path
'./tests/schemata/datasets.yaml'