load_schema

asdf.schema.load_schema(url, resolve_references=False)[source]

Load a schema from the given URL.

Parameters:
urlstr

The path to the schema

resolve_referencesbool, optional

If True, resolve all $ref references.