get_schema_path

lsst.alert.packet.get_schema_path(major, minor)

Get the path to a package resource directory housing alert schema definitions.

Parameters:
major : int

Major version number for the schema.

minor : int

Minor version number for the schema.

Returns:
path : str

Path to the directory containing the schemas.