addedOutput schema / $defs
Added value: +{
+ "LaunchDefectOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "closed": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Closed"
+ },
+ "count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Count"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "issue": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchIssue"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ }
+ },
+ "title": "LaunchDefectOutput",
+ "type": "object"
+ },
+ "LaunchDurationOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Count"
+ },
+ "duration": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration"
+ }
+ },
+ "title": "LaunchDurationOutput",
+ "type": "object"
+ },
+ "LaunchEnvironmentValue": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "variable": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchEnvironmentVariable"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "title": "LaunchEnvironmentValue",
+ "type": "object"
+ },
+ "LaunchEnvironmentVariable": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ }
+ },
+ "title": "LaunchEnvironmentVariable",
+ "type": "object"
+ },
+ "LaunchExecutionResultOutput": {
+ "additionalProperties": false,
+ "description": "Curated, non-recursive launch-result row shared by result-bearing sections.",
+ "properties": {
+ "assignee": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Assignee"
+ },
+ "created_date": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Created Date"
+ },
+ "duration": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration"
+ },
+ "flaky": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Flaky"
+ },
+ "hidden": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Hidden"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Exact Test Result ID for get_test_result.",
+ "title": "Id"
+ },
+ "job_run": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchJobRun"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Job-run metadata. Its id is a job-run ID, not a Test Result ID."
+ },
+ "last_modified_date": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Last Modified Date"
+ },
+ "layer_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Layer Name"
+ },
+ "manual": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Manual"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "previous_retry": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchResultReferenceOutput"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Start"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ },
+ "stop": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Stop"
+ },
+ "test_case_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Test Case Id"
+ },
+ "tested_by": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Tested By"
+ },
+ "total_retries": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Total Retries"
+ }
+ },
+ "title": "LaunchExecutionResultOutput",
+ "type": "object"
+ },
+ "LaunchExecutionSnapshotOutput": {
+ "additionalProperties": false,
+ "description": "Point-in-time state for the opt-in execution aggregate.",
+ "properties": {
+ "captured_at": {
+ "title": "Captured At",
+ "type": "string"
+ },
+ "closed": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Closed"
+ },
+ "message": {
+ "title": "Message",
+ "type": "string"
+ },
+ "mutable": {
+ "title": "Mutable",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "captured_at",
+ "mutable",
+ "message"
+ ],
+ "title": "LaunchExecutionSnapshotOutput",
+ "type": "object"
+ },
+ "LaunchIssue": {
+ "additionalProperties": false,
+ "properties": {
+ "closed": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Closed"
+ },
+ "display_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Display Name"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ },
+ "summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Summary"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Url"
+ }
+ },
+ "title": "LaunchIssue",
+ "type": "object"
+ },
+ "LaunchJob": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Type"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Url"
+ }
+ },
+ "title": "LaunchJob",
+ "type": "object"
+ },
+ "LaunchJobRun": {
+ "additionalProperties": false,
+ "properties": {
+ "error_message": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error Message"
+ },
+ "external_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "External Id"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "job": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchJob"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "stage": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Stage"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Url"
+ }
+ },
+ "title": "LaunchJobRun",
+ "type": "object"
+ },
+ "LaunchLink": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Type"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Url"
+ }
+ },
+ "title": "LaunchLink",
+ "type": "object"
+ },
+ "LaunchMemberStatsOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "assignee": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Assignee"
+ },
+ "defects_count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Defects Count"
+ },
+ "duration_sum": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration Sum"
+ },
+ "first_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "First Name"
+ },
+ "last_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Last Name"
+ },
+ "muted_count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Muted Count"
+ },
+ "retried_count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Retried Count"
+ },
+ "statistic": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/LaunchStatisticItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Statistic"
+ }
+ },
+ "title": "LaunchMemberStatsOutput",
+ "type": "object"
+ },
+ "LaunchProgressOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "ready": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ready"
+ }
+ },
+ "title": "LaunchProgressOutput",
+ "type": "object"
+ },
+ "LaunchResultReferenceOutput": {
+ "additionalProperties": false,
+ "description": "Compact result reference; ``id`` is the exact Test Result ID for ``get_test_result``.",
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Exact Test Result ID for get_test_result.",
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ }
+ },
+ "title": "LaunchResultReferenceOutput",
+ "type": "object"
+ },
+ "LaunchResultTreeGroupOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "context_key": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Key"
+ },
+ "context_value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Value"
+ },
+ "leafs": {
+ "items": {
+ "$ref": "#/$defs/LaunchExecutionResultOutput"
+ },
+ "title": "Leafs",
+ "type": "array"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "uid": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Uid"
+ }
+ },
+ "title": "LaunchResultTreeGroupOutput",
+ "type": "object"
+ },
+ "LaunchResultTreeViewOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "context_key": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Key"
+ },
+ "context_value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Value"
+ },
+ "groups": {
+ "items": {
+ "$ref": "#/$defs/LaunchResultTreeGroupOutput"
+ },
+ "title": "Groups",
+ "type": "array"
+ },
+ "leafs": {
+ "items": {
+ "$ref": "#/$defs/LaunchExecutionResultOutput"
+ },
+ "title": "Leafs",
+ "type": "array"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "shown": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Shown"
+ },
+ "total": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Total"
+ },
+ "uid": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Uid"
+ }
+ },
+ "title": "LaunchResultTreeViewOutput",
+ "type": "object"
+ },
+ "LaunchStatisticItem": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Count"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ }
+ },
+ "title": "LaunchStatisticItem",
+ "type": "object"
+ },
+ "LaunchTag": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ }
+ },
+ "title": "LaunchTag",
+ "type": "object"
+ },
+ "LaunchTreeMetadataOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "project_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Project Id"
+ }
+ },
+ "title": "LaunchTreeMetadataOutput",
+ "type": "object"
+ },
+ "LaunchTreeNodeOutput": {
+ "additionalProperties": false,
+ "description": "Recursive tree node; group IDs are hierarchy IDs and leaf IDs are result IDs.",
+ "properties": {
+ "assignee": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Assignee"
+ },
+ "children": {
+ "items": {
+ "$ref": "#/$defs/LaunchTreeNodeOutput"
+ },
+ "title": "Children",
+ "type": "array"
+ },
+ "created_date": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Created Date"
+ },
+ "custom_field_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Custom Field Id"
+ },
+ "duration": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration"
+ },
+ "flaky": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Flaky"
+ },
+ "hidden": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Hidden"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Exact Test Result ID for get_test_result.",
+ "title": "Id"
+ },
+ "job_run": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchJobRun"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Job-run metadata. Its id is a job-run ID, not a Test Result ID."
+ },
+ "last_modified_date": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Last Modified Date"
+ },
+ "layer_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Layer Name"
+ },
+ "manual": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Manual"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "previous_retry": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/LaunchResultReferenceOutput"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Start"
+ },
+ "statistic": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/LaunchStatisticItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Statistic"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ },
+ "stop": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Stop"
+ },
+ "test_case_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Test Case Id"
+ },
+ "tested_by": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Tested By"
+ },
+ "total_retries": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Total Retries"
+ },
+ "type": {
+ "enum": [
+ "GROUP",
+ "LEAF"
+ ],
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "title": "LaunchTreeNodeOutput",
+ "type": "object"
+ },
+ "LaunchTreeOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "hierarchy": {
+ "items": {
+ "$ref": "#/$defs/LaunchTreeNodeOutput"
+ },
+ "title": "Hierarchy",
+ "type": "array"
+ },
+ "metadata": {
+ "$ref": "#/$defs/LaunchTreeMetadataOutput"
+ },
+ "statistic_widget": {
+ "items": {
+ "$ref": "#/$defs/LaunchTreeStatisticWidgetOutput"
+ },
+ "title": "Statistic Widget",
+ "type": "array"
+ }
+ },
+ "required": [
+ "metadata"
+ ],
+ "title": "LaunchTreeOutput",
+ "type": "object"
+ },
+ "LaunchTreeStatisticWidgetOutput": {
+ "additionalProperties": false,
+ "description": "One tree-statistics widget row, distinct from a Test Result row.",
+ "properties": {
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "statistic": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/LaunchStatisticItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Statistic"
+ },
+ "uid": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Uid"
+ }
+ },
+ "title": "LaunchTreeStatisticWidgetOutput",
+ "type": "object"
+ },
+ "LaunchUnavailableSectionOutput": {
+ "additionalProperties": false,
+ "description": "Sanitized optional-read completeness diagnostic.",
+ "properties": {
+ "items_retrieved": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Items Retrieved"
+ },
+ "message": {
+ "title": "Message",
+ "type": "string"
+ },
+ "reason": {
+ "title": "Reason",
+ "type": "string"
+ },
+ "section": {
+ "title": "Section",
+ "type": "string"
+ },
+ "status_code": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status Code"
+ }
+ },
+ "required": [
+ "section",
+ "reason",
+ "message"
+ ],
+ "title": "LaunchUnavailableSectionOutput",
+ "type": "object"
+ },
+ "LaunchVariableOutput": {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Key"
+ },
+ "values": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Values"
+ }
+ },
+ "title": "LaunchVariableOutput",
+ "type": "object"
+ }
+}