Skip to content

Commit

Permalink
add MASK-HIDDEN to tap json schema (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Sep 23, 2019
1 parent d30ab65 commit d7a45a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipelinewise/cli/schemas/tap.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"HASH-SKIP-FIRST-8",
"HASH-SKIP-FIRST-9",
"MASK-DATE",
"MASK-NUMBER"
"MASK-NUMBER",
"MASK-HIDDEN"
] }
},
"required": [ "column", "type" ]
Expand Down Expand Up @@ -101,4 +102,4 @@
"target",
"schemas"
]
}
}

0 comments on commit d7a45a8

Please sign in to comment.