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.
1 parent 1ad286c commit 61413bbCopy full SHA for 61413bb
1 file changed
pages/workspace/[id]/export/tdei.vue
@@ -101,7 +101,7 @@ async function upload() {
101
"collection_date": new Date().toISOString(),
102
"collection_method": oldMetadata.collection_method ?? 'manual',
103
"data_source": oldMetadata.data_source ?? '3rdParty',
104
- "schema_version": workspace.type === 'osw' ? 'v0.2' : 'v1.0',
+ "schema_version": workspace.type === 'osw' ? 'v0.3' : 'v1.0',
105
"dataset_area": oldMetadata.dataset_area
106
};
107
0 commit comments