fieldAvailable
state
Configures state for License status from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | enum | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | "error" | "checking" | "unlicensed" | "awaiting-approval" | "authorized" | Compiler-resolved TypeScript contract. |
| required | true | — |
| allowed | ["error","checking","unlicensed","awaiting-approval","authorized"] | Allowed declaration values. |
Configures state for License status from its authoritative release declaration.
The declared value type is enum. Allowed values are ["error","checking","unlicensed","awaiting-approval","authorized"]. This field is required.