Skip to content

Commit

Permalink
fix schema so does not incorrectly fail validation
Browse files Browse the repository at this point in the history
  • Loading branch information
LavMatt committed Oct 13, 2023
1 parent 72f5511 commit b820208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"description": "A description of the column that will feed the data catalogue."
}
},
"additionalProperties": false
"additionalProperties": true
},
"int_types": {
"allOf": [
Expand Down

0 comments on commit b820208

Please sign in to comment.