diff --git a/dist/mdprofile.es.js b/dist/mdprofile.es.js index b55d3fb..e798446 100644 --- a/dist/mdprofile.es.js +++ b/dist/mdprofile.es.js @@ -4,7 +4,7 @@ var full = { alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: {}, contact: {}, @@ -42,6 +42,11 @@ var full = { target: 'record.show.edit.lineage', tip: 'Information on the history of the resource.' }, + { + title: 'Data Quality', + target: 'record.show.edit.dataquality', + tip: 'Information about quality of the underlying resource data' + }, { title: 'Taxonomy', target: 'record.show.edit.taxonomy', @@ -111,7 +116,7 @@ var basic = { alternateId: ['basic'], title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -514,7 +519,7 @@ var project = { alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -763,7 +768,7 @@ var product = { title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -1070,7 +1075,7 @@ var product = { var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.4', + version: '0.2.5-rc1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1177,7 +1182,7 @@ var schema = { var pkg = { name: 'mdprofiles', - version: '0.2.4', + version: '0.2.5-rc1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/dist/mdprofile.umd.js b/dist/mdprofile.umd.js index f427297..dc8a0cf 100644 --- a/dist/mdprofile.umd.js +++ b/dist/mdprofile.umd.js @@ -13,7 +13,7 @@ alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: {}, contact: {}, @@ -51,6 +51,11 @@ target: 'record.show.edit.lineage', tip: 'Information on the history of the resource.' }, + { + title: 'Data Quality', + target: 'record.show.edit.dataquality', + tip: 'Information about quality of the underlying resource data' + }, { title: 'Taxonomy', target: 'record.show.edit.taxonomy', @@ -121,7 +126,7 @@ title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -524,7 +529,7 @@ alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -773,7 +778,7 @@ title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -1080,7 +1085,7 @@ var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.4', + version: '0.2.5-rc1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1187,7 +1192,7 @@ var pkg = { name: 'mdprofiles', - version: '0.2.4', + version: '0.2.5-rc1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/index.js b/index.js index e5fc124..e0e47d8 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ var full = { alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: {}, contact: {}, @@ -44,6 +44,11 @@ var full = { target: 'record.show.edit.lineage', tip: 'Information on the history of the resource.' }, + { + title: 'Data Quality', + target: 'record.show.edit.dataquality', + tip: 'Information about quality of the underlying resource data' + }, { title: 'Taxonomy', target: 'record.show.edit.taxonomy', @@ -113,7 +118,7 @@ var basic = { alternateId: ['basic'], title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -516,7 +521,7 @@ var project = { alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -765,7 +770,7 @@ var product = { title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.4', + version: '0.2.5-rc1', components: { record: { main: { @@ -1072,7 +1077,7 @@ var product = { var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.4', + version: '0.2.5-rc1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1179,7 +1184,7 @@ var schema = { var pkg = { name: 'mdprofiles', - version: '0.2.4', + version: '0.2.5-rc1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/package.json b/package.json index 482a50e..cf5b3e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdprofiles", - "version": "0.2.4", + "version": "0.2.5-rc1", "description": "Profiles for the mdEditor", "main": "index.js", "module": "dist/mdprofile.es.js", diff --git a/resources/profiles/full.json b/resources/profiles/full.json index 162c782..d71a471 100644 --- a/resources/profiles/full.json +++ b/resources/profiles/full.json @@ -42,6 +42,11 @@ "target": "record.show.edit.lineage", "tip": "Information on the history of the resource." }, + { + "title": "Data Quality", + "target": "record.show.edit.dataquality", + "tip": "Information about quality of the underlying resource data" + }, { "title": "Taxonomy", "target": "record.show.edit.taxonomy",