2626 ]
2727 },
2828 "status" : { "type" : " string" , "enum" : [" Passed" , " Failed" , " Skipped" ] },
29- "details" : { "type" : " object" }
29+ "details" : {
30+ "type" : " object" ,
31+ "properties" : {
32+ "exitCode" : { "type" : [" integer" , " null" ] },
33+ "error" : { "type" : " string" },
34+ "loopIterations" : { "type" : " integer" , "minimum" : 0 },
35+ "finalStatusPath" : { "type" : " string" },
36+ "finalStatusReadError" : { "type" : " string" },
37+ "finalStatusMissing" : { "type" : " boolean" },
38+ "harness" : {
39+ "type" : " object" ,
40+ "properties" : {
41+ "runtimeSurface" : { "const" : " windows-native-teststand" },
42+ "processModelClass" : {
43+ "type" : " string" ,
44+ "enum" : [" sequential-process-model" , " parallel-process-model" ]
45+ },
46+ "windowsOnly" : { "type" : " boolean" },
47+ "requestedSimultaneous" : { "type" : " boolean" },
48+ "cellClass" : { "type" : [" string" , " null" ] },
49+ "executionCellLeasePath" : { "type" : " string" },
50+ "executionCellId" : { "type" : " string" },
51+ "executionCellLeaseId" : { "type" : " string" },
52+ "harnessInstanceLeasePath" : { "type" : " string" },
53+ "harnessInstanceLeaseId" : { "type" : " string" },
54+ "harnessInstanceId" : { "type" : " string" }
55+ },
56+ "additionalProperties" : true
57+ },
58+ "executionTopology" : {
59+ "type" : " object" ,
60+ "properties" : {
61+ "runtimeSurface" : { "const" : " windows-native-teststand" },
62+ "processModelClass" : {
63+ "type" : " string" ,
64+ "enum" : [" sequential-process-model" , " parallel-process-model" ]
65+ },
66+ "windowsOnly" : { "type" : " boolean" },
67+ "requestedSimultaneous" : { "type" : " boolean" },
68+ "cellClass" : { "type" : [" string" , " null" ] },
69+ "executionCellLeasePath" : { "type" : " string" },
70+ "executionCellId" : { "type" : " string" },
71+ "executionCellLeaseId" : { "type" : " string" },
72+ "harnessInstanceLeasePath" : { "type" : " string" },
73+ "harnessInstanceLeaseId" : { "type" : " string" },
74+ "harnessInstanceId" : { "type" : " string" }
75+ },
76+ "additionalProperties" : true
77+ }
78+ },
79+ "additionalProperties" : true
80+ }
3081 },
3182 "additionalProperties" : false
3283 }
3384 }
3485 },
3586 "additionalProperties" : true
36- }
87+ }
0 commit comments