From 053078f9bff88018c8d56c04eee88004b7f4161c Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Mon, 15 Jul 2024 17:11:29 +0200 Subject: [PATCH] Require name for examples --- content/docs/standard/table-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/standard/table-schema.md b/content/docs/standard/table-schema.md index aa81c0c6..7e4379e5 100644 --- a/content/docs/standard/table-schema.md +++ b/content/docs/standard/table-schema.md @@ -288,9 +288,9 @@ An array of string keywords to assist users searching for the schema in catalogs #### `examples` -Links to example files using the schema. This allows the schema to be shared with Data Resources to illustrate it. +A list of Data Resources that use and illustrate the schema. -If present, it `MUST` be a non-empty array of objects. Each object is a partial [Data Resource](https://datapackage.org/standard/data-resource/) that `MUST` at least have the `title` and `path` property. The `path` must be a URL. +If present, it `MUST` be a non-empty array of objects. Each object is a [Data Resource](https://datapackage.org/standard/data-resource/) that `MUST` at least have the `name` and `path` property. The `path` must be a URL. #### `created`