* 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>
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"_maintainer": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"_version": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"archived": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"clientSideAvailability": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"creationDate": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"customProperties": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"environments": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"experiments": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"goalIds": {
|
|
"type": ["null", "array"]
|
|
},
|
|
"includeInSnippet": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"key": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"maintainerId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"tags": {
|
|
"type": ["null", "array"]
|
|
},
|
|
"temporary": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"variationJsonSchema": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"variations": {
|
|
"type": ["null", "array"]
|
|
}
|
|
}
|
|
}
|