From dd64676f083a2fef0000b0175aa881510b1a362d Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 25 Jun 2024 13:03:22 +0100 Subject: [PATCH] Added metadata in table schema --- content/docs/standard/changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/docs/standard/changelog.md b/content/docs/standard/changelog.md index 683ce1e1..344985e6 100644 --- a/content/docs/standard/changelog.md +++ b/content/docs/standard/changelog.md @@ -58,6 +58,26 @@ This document includes all meaningful changes made to the Data Package Standard [`categoriesOrdered`](/standard/table-schema/#categoriesordered) adds suport for ordered categorical data for the `string` and `integer` field types ([#68](https://github.com/frictionlessdata/datapackage/pull/68)). +##### `name` (new) + +##### `title` (new) + +##### `description` (new) + +##### `homepage` (new) + +##### `keywords` (new) + +##### `examples` (new) + +##### `created` (new) + +##### `version` (new) + +##### `contributors` (new) + +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/63)). + ## v2.0-draft > April 1, 2024