> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nika.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# min

> Contract, placement, related fields and source examples for this Nika YAML field.

[Language reference](/reference/language/overview) / `min`

## Meaning and placement

### typeExpr · oneOf · 2 → integer

The schema declares this field at the location below.

| Property        | Declaration                                                 |
| --------------- | ----------------------------------------------------------- |
| Requirement     | Optional in this object                                     |
| Schema location | `/$defs/typeExpr/oneOf/2/properties/integer/properties/min` |
| type            | "integer"                                                   |

**In the same object:** [max](/reference/language/words/max)

[Schema source (use the pointer above)](https://github.com/supernovae-st/nika-spec/blob/c5ebbb7b862b68bc6cf7235efba61173b844afc6/schemas/workflow.schema.json)

### typeExpr · oneOf · 2 → number

The schema declares this field at the location below.

| Property        | Declaration                                                |
| --------------- | ---------------------------------------------------------- |
| Requirement     | Optional in this object                                    |
| Schema location | `/$defs/typeExpr/oneOf/2/properties/number/properties/min` |
| type            | "number"                                                   |

**In the same object:** [max](/reference/language/words/max)

[Schema source (use the pointer above)](https://github.com/supernovae-st/nika-spec/blob/c5ebbb7b862b68bc6cf7235efba61173b844afc6/schemas/workflow.schema.json)

## In a source template

Excerpt from `templates/classify-and-route.nika.yaml`, source lines 36–45. This is a fragment, not a runnable workflow.

```yaml illustration theme={"system"}
    transforms:
      urgency_step:
        kind: bucket
        min: 0
        max: 1
        edges: [1]
        values: [0, 10000]
    rules:
      dimensions:
        incident_priority:
```

### Templates containing this field

| Template                                 | Source                                                                                                                                         |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `templates/classify-and-route.nika.yaml` | [Line 39](https://github.com/supernovae-st/nika-spec/blob/c5ebbb7b862b68bc6cf7235efba61173b844afc6/templates/classify-and-route.nika.yaml#L39) |

These are literal key occurrences in the source files, not an execution or conformance claim. [How to instantiate a template](/guides/templates).

## Contract and implementation

This page projects the named specification revision. Check [released engine status](/reference/status) and [the validation workflow](/guides/agent-authoring) before running a file. An optional field is not evidence that every engine supports every value.

Canonical identity: `language:word:min`. Spec revision: [`c5ebbb7b862b`](https://github.com/supernovae-st/nika-spec/tree/c5ebbb7b862b68bc6cf7235efba61173b844afc6).

[How documentation stays connected](/reference/knowledge-system).
