Skip to content

Commit

Permalink
Fix incorrect format of discussion_url field in releases schema (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopamaral authored Jun 29, 2023
1 parent 587949b commit 3e45651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tap_github/schemas/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@
"format": "date-time"
},
"discussion_url": {
"type": ["null", "string"],
"format": "date-time"
"type": ["null", "string"]
}
}
}

0 comments on commit 3e45651

Please sign in to comment.