Skip to content

Commit

Permalink
Merge pull request #10 from kelockhart/pubdate-typo
Browse files Browse the repository at this point in the history
Fixed formatting typo in PubDates schema
  • Loading branch information
kelockhart authored Mar 30, 2022
2 parents 8743f3c + a1180b0 commit 5932465
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions adsingestschema/PubDates.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
"items": {
"type": "object",
"properties": {
"otherDateType": "string",
"otherDateValue": "string"
"otherDateType": {
"type": "string"
},
"otherDateValue": {
"type": "string"
}
}
}
}
Expand Down

0 comments on commit 5932465

Please sign in to comment.