This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "object", | |
"properties" : { | |
"id" : { | |
"type" : "string", | |
"$comment" : "Used to identify the record, it is usually the ID assigned by the source system" | |
}, | |
"contentType" : { | |
"type" : "string", | |
"$comment" : "Name of data type represented. Used to determine the name of table in UPSERTs commands" |