Share feedback
Answers are generated based on the documentation.

Experimental

Schema

KitFieldOutcomeReport

Type: object

KitFieldOutcomeReport records settled diagnostics on a sandbox or an admission refusal.
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": {
    "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"
    }
  },
  "title": "KitFieldOutcomeReport",
  "type": "object"
}