Share feedback
Answers are generated based on the documentation.

Experimental

Schema

KitFieldDisposition

Type: string

KitFieldDisposition describes a declaration that was not applied.

Values: unspecified: unspecified is invalid in a report. skipped: skipped identifies a contract-permitted optional skip. refused: refused prevents guest or kit effects.

All schema constraints and annotations
{
  "description": "KitFieldDisposition describes a declaration that was not applied.\n\nValues:\nunspecified: unspecified is invalid in a report.\nskipped: skipped identifies a contract-permitted optional skip.\nrefused: refused prevents guest or kit effects.",
  "enum": [
    "unspecified",
    "skipped",
    "refused"
  ],
  "title": "KitFieldDisposition",
  "type": "string"
}