1
0
mirror of synced 2025-12-31 06:05:12 -05:00
Files
airbyte/airbyte-integrations/connectors/source-partnerstack/source_partnerstack/schemas/groups.json
Elliot T 444e6f97b0 🎉 New source: Partnerstack (#18603)
* add boilerplate

* configure schemas

* add connector doc

* update airbyte docs

* edit spec

* configure incremental sync

* use custom components

* add incremental acceptances tests

* add partnerstack to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-08 21:22:28 -03:00

31 lines
559 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"archived": {
"type": ["null", "boolean"]
},
"created_at": {
"type": ["null", "integer"]
},
"default": {
"type": ["null", "boolean"]
},
"features": {
"type": ["null", "object"]
},
"key": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"slug": {
"type": ["null", "string"]
},
"updated_at": {
"type": ["null", "integer"]
}
}
}