fn extract_avro_fullname(schema_json: &str) -> Result<String>
Extracts the fully qualified name from an Avro schema JSON string. For record types, this combines namespace and name (e.g., “com.example.User”).