Skip to content

Commit

Permalink
Move title inside data
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Dec 13, 2023
1 parent b34ad09 commit 713e118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/collections/data-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -23,6 +19,10 @@
"fields"
],
"properties": {
"title": {
"title": "Title",
"type": "string"
},
"fields": {
"title": "Dictionary Fields",
"type": "array",
Expand Down

0 comments on commit 713e118

Please sign in to comment.