pub fn validate( format: &JsonValue, data: &JsonValue, schema_type: &str, max_size: u32 ) -> Result<(), Error>