* adding new source connector Commercetools * adding new source connector Commercetools * quick fix * quick config * changes * format files * add ci credentials run * correct bin creds * add publish cmd * add spec host enum * correct itnegration tests * run seed file Co-authored-by: jsewawilson <jwilson@pebblepost.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
23 lines
378 B
JSON
23 lines
378 B
JSON
{
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"typeId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"obj": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"typeId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|