Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Updated profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 27, 2024
1 parent 6863bee commit a188f89
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profiles/source/dictionary/dialect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ tableDialect:
"$ref": "#/definitions/sheetNumber"
sheetName:
"$ref": "#/definitions/sheetName"
table:
"$ref": "#/definitions/table"
header:
title: Header
description: Specifies if the file includes a header row, always as the first row in the file.
Expand Down Expand Up @@ -171,3 +173,5 @@ sheetNumber:
minimum: 1
sheetName:
type: string
table:
type: string
3 changes: 3 additions & 0 deletions profiles/target/2.0/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,9 @@
},
"sheetName": {
"type": "string"
},
"table": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions profiles/target/2.0/dataresource.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@
},
"sheetName": {
"type": "string"
},
"table": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions profiles/target/2.0/tabledialect.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
},
"sheetName": {
"type": "string"
},
"table": {
"type": "string"
}
}
}

0 comments on commit a188f89

Please sign in to comment.