Skip to content

Commit 19731a0

Browse files
Merge pull request #1034 from openml/joaquinvanschoren-patch-6
add checksum to json output
2 parents afc6d33 + d347257 commit 19731a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openml_OS/views/pages/api_new/v1/json/data.tpl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"version":<?php echo $data->version; ?>,
99
"status":"<?php echo $data->status; ?>",
1010
"format":"<?php echo $data->format; ?>",
11+
"md5_checksum":"<?php echo $data->md5_checksum; ?>",
1112
<?php if ($data->file_id != null): /* optional field! */?>
1213
"file_id": <?php echo $data->file_id; ?>,
1314
<?php endif; ?>

0 commit comments

Comments
 (0)