From 713e118e0510c0967d933bf970231761a64454f1 Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Wed, 29 Nov 2023 12:33:51 -0500 Subject: [PATCH] Move title inside data --- schema/collections/data-dictionary.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schema/collections/data-dictionary.json b/schema/collections/data-dictionary.json index 31c9bb7193..0a2b455510 100644 --- a/schema/collections/data-dictionary.json +++ b/schema/collections/data-dictionary.json @@ -4,17 +4,13 @@ "type": "object", "required": [ "identifier", - "title" + "data" ], "properties": { "identifier": { "title": "Identifier", "type": "string" }, - "title": { - "title": "Title", - "type": "string" - }, "data": { "title": "Project Open Data Data-Dictionary", "description": "A data dictionary for this resource, compliant with the [Table Schema](https://specs.frictionlessdata.io/table-schema/) specification.", @@ -23,6 +19,10 @@ "fields" ], "properties": { + "title": { + "title": "Title", + "type": "string" + }, "fields": { "title": "Dictionary Fields", "type": "array",