* 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>
49 lines
929 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|