pub fn validate_execution_cell_document(
doc: &ExecutionCellDocument,
) -> Result<(), CellosError>Expand description
Reject specs that violate MVP invariants (stricter than JSON Schema alone).
pub fn validate_execution_cell_document(
doc: &ExecutionCellDocument,
) -> Result<(), CellosError>Reject specs that violate MVP invariants (stricter than JSON Schema alone).