From 063ba6147e9eed3045422d0b56e527ffa1aa42e8 Mon Sep 17 00:00:00 2001 From: Pierre Camilleri <22995923+pierrecamilleri@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:33:32 +0200 Subject: [PATCH] changelog --- content/docs/overview/changelog.md | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/content/docs/overview/changelog.md b/content/docs/overview/changelog.md index 1a2aafc3..5fd21327 100644 --- a/content/docs/overview/changelog.md +++ b/content/docs/overview/changelog.md @@ -6,6 +6,48 @@ sidebar: This document includes all meaningful changes made to the **Data Package standard**. It does not cover changes made to other documents like Recipes or Guides. +## v2.1-draft + +### Table Schema + +##### `name` (new) + +[`name`](/standard/table-schema/#name) is a simple name or identifier. + +##### `title` (new) + +[`title`](/standard/table-schema/#title) is a string providing a title or one sentence description for the schema. + +##### `description` (new) + +[`description`](/standard/table-schema/#description) is a description of the schema. + +##### `homepage` (new) + +[`homepage`](/standard/table-schema/#description) URL for the home on the web that is related to the schema. + +##### `keywords` (new) + +[`keywords`](/standard/specification/table-schema/#keywords) is a list of short keywords related to the schema. + +##### `examples` (new) + +[`examples`](/standard/table-schema/#examples) contains links to example data files. This allows the schema to be shared with data resources to illustrate it. + +##### `created` (new) + +[`created`](/standard/table-schema/#created) is the datetime on which the schema was created. + +##### `version` (new) + +[`version`](/standard/table-schema/#version) stores the version of the schema. + +##### `contributors` (new) + +[`contributors`](/standard/table-schema/#contributors) stores people or oganizations that contributed to the schema. + +An adjusted [Metadata in Table Schema](https://specs.frictionlessdata.io/patterns/#table-schema-metadata-properties) pattern has been promoted to the standard ([#63](https://github.com/frictionlessdata/datapackage/pull/960)). + ## v2.0 > June 26, 2024