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",