Skip to content

Instantly share code, notes, and snippets.

View jairo-henao's full-sized avatar

Jairo Henao jairo-henao

  • Rego consulting
  • Colombia
View GitHub Profile
@jairo-henao
jairo-henao / hyper-schema.json
Last active September 23, 2019 19:52
Schema of flattened data
{
"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"