1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-commercetools/source_commercetools/schemas/shared/custom.json
James Sewa Wilson 46fa44ab80 🎉 New Source: Commerce Tools (#5957)
* 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>
2021-11-08 23:59:29 -03:00

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"]
}
}
}
}
}