opentf-toolkit-nightly 0.53.0.dev826__py3-none-any.whl → 0.53.0.dev831__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opentf/schemas/opentestfactory.org/v1alpha1/InsightCollector.json +25 -8
- {opentf_toolkit_nightly-0.53.0.dev826.dist-info → opentf_toolkit_nightly-0.53.0.dev831.dist-info}/METADATA +1 -1
- {opentf_toolkit_nightly-0.53.0.dev826.dist-info → opentf_toolkit_nightly-0.53.0.dev831.dist-info}/RECORD +6 -6
- {opentf_toolkit_nightly-0.53.0.dev826.dist-info → opentf_toolkit_nightly-0.53.0.dev831.dist-info}/WHEEL +1 -1
- {opentf_toolkit_nightly-0.53.0.dev826.dist-info → opentf_toolkit_nightly-0.53.0.dev831.dist-info}/LICENSE +0 -0
- {opentf_toolkit_nightly-0.53.0.dev826.dist-info → opentf_toolkit_nightly-0.53.0.dev831.dist-info}/top_level.txt +0 -0
|
@@ -3,25 +3,42 @@
|
|
|
3
3
|
"title": "JSON SCHEMA for opentestfactory.org/v1alpha1 Insight Collector configuration",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
6
|
-
"
|
|
7
|
-
"type": "
|
|
6
|
+
"insights": {
|
|
7
|
+
"type": "array",
|
|
8
8
|
"minItems": 1,
|
|
9
9
|
"items": {
|
|
10
10
|
"type": "object",
|
|
11
11
|
"properties": {
|
|
12
|
-
"
|
|
13
|
-
"type": "
|
|
12
|
+
"name": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"pattern": "^[a-z][a-z0-9-]*$"
|
|
14
15
|
},
|
|
15
|
-
"
|
|
16
|
-
"type": "
|
|
16
|
+
"kind": {
|
|
17
|
+
"type": "string"
|
|
17
18
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
19
|
+
"if": { "type": "string" },
|
|
20
|
+
"spec": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"minItems": 1,
|
|
23
|
+
"properties": {
|
|
24
|
+
"step-depth": {
|
|
25
|
+
"type": "number"
|
|
26
|
+
},
|
|
27
|
+
"job-depth": {
|
|
28
|
+
"type": "number"
|
|
29
|
+
},
|
|
30
|
+
"max-command-length": {
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"additionalProperties": false
|
|
20
35
|
}
|
|
21
36
|
},
|
|
37
|
+
"required": ["name", "kind", "spec"],
|
|
22
38
|
"additionalProperties": false
|
|
23
39
|
}
|
|
24
40
|
}
|
|
25
41
|
},
|
|
42
|
+
"required": ["insights"],
|
|
26
43
|
"additionalProperties": false
|
|
27
44
|
}
|
|
@@ -16,7 +16,7 @@ opentf/schemas/opentestfactory.org/v1alpha1/ExecutionError.json,sha256=tz8ZggvjS
|
|
|
16
16
|
opentf/schemas/opentestfactory.org/v1alpha1/ExecutionResult.json,sha256=aF9PbJADupP_m_TfNRqpeayi1_nCj5Ll2_vDCcJWMkY,3050
|
|
17
17
|
opentf/schemas/opentestfactory.org/v1alpha1/GeneratorCommand.json,sha256=uxbqDhP4newgz-85TnGKbchx448QEQ8WB5PXpcJy2ME,1754
|
|
18
18
|
opentf/schemas/opentestfactory.org/v1alpha1/GeneratorResult.json,sha256=LkHLGt2uam1Q5Ux0zP_O9oFgxBMCjD3Th3BsfsXxd1g,6633
|
|
19
|
-
opentf/schemas/opentestfactory.org/v1alpha1/InsightCollector.json,sha256=
|
|
19
|
+
opentf/schemas/opentestfactory.org/v1alpha1/InsightCollector.json,sha256=JN4e9y3koWid_fHpCYjgF3N3sPL-Lw8e7Efw-GTfbHg,1507
|
|
20
20
|
opentf/schemas/opentestfactory.org/v1alpha1/Notification.json,sha256=XlzvDxg1V1bJJDX__K-lXibDYpqZIjgJHL96OJFaAKo,3790
|
|
21
21
|
opentf/schemas/opentestfactory.org/v1alpha1/PluginMetadata.json,sha256=BLklO7CObT4OpAEsQT60WJ1ttOcG71hIYzgN-e7Ch9k,2803
|
|
22
22
|
opentf/schemas/opentestfactory.org/v1alpha1/ProviderCommand.json,sha256=soe0imdnnq1mfGEpcLJvF3JVUIrF-7FFECc7CzNzobI,2875
|
|
@@ -47,8 +47,8 @@ opentf/scripts/startup.py,sha256=Da2zo93pBWbdRmj-wgekgLcF94rpNc3ZkbvR8R0w8XY,212
|
|
|
47
47
|
opentf/toolkit/__init__.py,sha256=gP7-X0mIFileqlWP8VxomTDixr8twNxjEZpGreF0nr8,18544
|
|
48
48
|
opentf/toolkit/channels.py,sha256=mgxQbGluL6QLmbmqABELzyoJYCOncxC5XCCbnLH97GY,16763
|
|
49
49
|
opentf/toolkit/core.py,sha256=40S-pUKXWidbI4JwkmQjGq46WlxJshj6d-wEl4e5TxU,7312
|
|
50
|
-
opentf_toolkit_nightly-0.53.0.
|
|
51
|
-
opentf_toolkit_nightly-0.53.0.
|
|
52
|
-
opentf_toolkit_nightly-0.53.0.
|
|
53
|
-
opentf_toolkit_nightly-0.53.0.
|
|
54
|
-
opentf_toolkit_nightly-0.53.0.
|
|
50
|
+
opentf_toolkit_nightly-0.53.0.dev831.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
51
|
+
opentf_toolkit_nightly-0.53.0.dev831.dist-info/METADATA,sha256=dPYt9AQVGpJBNmZaiPCNuJ-cUlY4zWmioKIfImJJ-SY,1965
|
|
52
|
+
opentf_toolkit_nightly-0.53.0.dev831.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
53
|
+
opentf_toolkit_nightly-0.53.0.dev831.dist-info/top_level.txt,sha256=_gPuE6GTT6UNXy1DjtmQSfCcZb_qYA2vWmjg7a30AGk,7
|
|
54
|
+
opentf_toolkit_nightly-0.53.0.dev831.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|