Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Oswald committed Jan 29, 2025
2 parents 3434e3f + 64ed24f commit 51aee6b
Show file tree
Hide file tree
Showing 4 changed files with 13,373 additions and 24 deletions.
25 changes: 1 addition & 24 deletions data/dataCatalogSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,31 +395,8 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["metadata", "attributes"],
"required": ["attributes"],
"properties": {
"metadata": {
"type": "object",
"description": "Metadata about the distribution, including last change date, user, etc.",
"required": [
"lastChangeDate",
"lastChangeUser"
],
"properties": {
"lastChangeDate": {
"type": "string",
"format": "date-time",
"description": "Date/time when the dataset was last updated."
},
"lastChangeUser": {
"type": "string",
"description": "Name or identifier of the user who performed the last update."
},
"imageURL": {
"type": ["string", "null"],
"format": "uri"
}
}
},
"attributes": {
"type": "object",
"additionalProperties": false,
Expand Down
Loading

0 comments on commit 51aee6b

Please sign in to comment.