1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-launchdarkly/source_launchdarkly/schemas/environments.json
Haithem SOUALA 7c64487ab6 🎉 New Source - K6 Cloud [low-code cdk] (#18393)
* add streams

* lint

* add changelog

* add doc

* clean

* lint

* fix comments

* fix schema

* fix schema

* fix comments

* fix comments

* fix doc

* initial commit

* add streams

* fix tests

* add doc

* lint

* lint

* lint

* add laucnhdarkly to source def

* Revert "add laucnhdarkly to source def"

This reverts commit 0039166bde.

* add k6 cloud to source def

* add k6 cloud to source spec

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-09 11:17:13 -03:00

49 lines
929 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"_id": {
"type": ["null", "string"]
},
"_pubnub": {
"type": ["null", "object"]
},
"key": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"apiKey": {
"type": ["null", "string"]
},
"mobileKey": {
"type": ["null", "string"]
},
"color": {
"type": ["null", "string"]
},
"defaultTtl": {
"type": ["null", "integer"]
},
"secureMode": {
"type": ["null", "boolean"]
},
"defaultTrackEvents": {
"type": ["null", "boolean"]
},
"requireComments": {
"type": ["null", "boolean"]
},
"confirmChanges": {
"type": ["null", "boolean"]
},
"tags": {
"type": ["null", "array"]
},
"approvalSettings": {
"type": ["null", "object"]
}
}
}