* 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>
29 lines
538 B
JSON
29 lines
538 B
JSON
{
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"type": {
|
|
"$ref": "reference.json"
|
|
},
|
|
"fields": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"type": {
|
|
"$ref": "field_type.json"
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"label": {
|
|
"$ref": "localized_string.json"
|
|
},
|
|
"required": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"inputHint": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|