pub fn validate_direct_create_inputs(
fields: &[FieldInfo],
data: &Value,
) -> Result<(), ConstructionError>Expand description
Validate the direct-construction path backed by catalog field metadata.
Direct models have no separate create DTO, so every catalog field is a required construction input.