Share feedback
Answers are generated based on the documentation.

Experimental

Schema

KitFieldOutcomeReportErrorDetail

Type: object

KitFieldOutcomeReport records settled diagnostics on a sandbox or an admission refusal.
@type · required

Type: string

All schema constraints and annotations
{
  "const": "type.googleapis.com/docker.sandboxes.v1.KitFieldOutcomeReport",
  "type": "string"
}
complete

Type: boolean

complete means every refused or skipped declaration is accounted for; absence proves nothing.
All schema constraints and annotations
{
  "description": "complete means every refused or skipped declaration is accounted for; absence proves nothing.",
  "type": "boolean"
}
outcomes

Type: array

outcomes follow request index then UTF-8 field-path order and are never truncated.
Array item

Schema: KitFieldOutcome

All schema constraints and annotations
{
  "description": "outcomes follow request index then UTF-8 field-path order and are never truncated.",
  "items": {
    "$ref": "#/components/schemas/KitFieldOutcome"
  },
  "maxItems": 256,
  "type": "array"
}
All schema constraints and annotations
{
  "description": "KitFieldOutcomeReport records settled diagnostics on a sandbox or an admission refusal.",
  "properties": {
    "@type": {
      "const": "type.googleapis.com/docker.sandboxes.v1.KitFieldOutcomeReport",
      "type": "string"
    },
    "complete": {
      "description": "complete means every refused or skipped declaration is accounted for; absence proves nothing.",
      "type": "boolean"
    },
    "outcomes": {
      "description": "outcomes follow request index then UTF-8 field-path order and are never truncated.",
      "items": {
        "$ref": "#/components/schemas/KitFieldOutcome"
      },
      "maxItems": 256,
      "type": "array"
    }
  },
  "required": [
    "@type"
  ],
  "title": "KitFieldOutcomeReportErrorDetail",
  "type": "object"
}