Schemas
Number
Stores an integer or decimal number. Use it for quantities, prices, ratings, or any numeric value.
Stores an integer or decimal number. Use it for quantities, prices, ratings, or any numeric value.
Value shape
42Options
| Option | Description |
|---|---|
| Min Value | Minimum allowed value |
| Max Value | Maximum allowed value |
| Name | Unique field name in the Schema. Appears in the generated model and in the API response. |
| Display Name | Label shown to editors in the Content Editor. |
| Required | When set, editors cannot save the document without a value. |
| Translatable | When set, the field stores a separate value per locale. |
| Description | Help text shown to editors under the field. |
| Default Value | Value applied when a document is first created. |