get_schema_path#

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

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

Parameters#

majorint

Major version number for the schema.

minorint

Minor version number for the schema.

Returns#

pathstr

Path to the directory containing the schemas.