get_schema_uri#
- lsst.alert.packet.get_schema_uri(major: int, minor: int) ResourcePath#
Get the URI 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#
- uri
lsst.resources.ResourcePath resourceURI to the directory containing the schemas.
- major