Expand description
YAML schema parsing and validation for function specifications.
Handles loading spec files with version validation and actionable error messages.
Structs§
- Spec
File - A spec file containing multiple function specifications.
Enums§
- Schema
Error - Errors that can occur when parsing spec files.
Constants§
- CURRENT_
VERSION - The current spec file format version.
Functions§
- validate_
spec 🔒 - Validate a function specification.
- validate_
taint_ 🔒location - Validate a [
TaintLocation] is notUnknown.