infer_envelope_key
Python API reference for the function python.src.softschema.validate.infer_envelope_key.
Public API
Function: infer_envelope_key
Canonical path: python.src.softschema.validate.infer_envelope_key
Declared in: packages/python/src/softschema/validate.py
Signature
def infer_envelope_key(frontmatter: dict[str, Any]) -> str | None: ...