We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afc6d33 + d347257 commit 19731a0Copy full SHA for 19731a0
1 file changed
openml_OS/views/pages/api_new/v1/json/data.tpl.php
@@ -8,6 +8,7 @@
8
"version":<?php echo $data->version; ?>,
9
"status":"<?php echo $data->status; ?>",
10
"format":"<?php echo $data->format; ?>",
11
+ "md5_checksum":"<?php echo $data->md5_checksum; ?>",
12
<?php if ($data->file_id != null): /* optional field! */?>
13
"file_id": <?php echo $data->file_id; ?>,
14
<?php endif; ?>
0 commit comments