Skip to content

Commit f377504

Browse files
andrewelambCopilot
andauthored
Update docs/explanations/curator_data_model.md
Co-authored-by: Copilot <[email protected]>
1 parent 1bc7334 commit f377504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanations/curator_data_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ JSON Schema output:
258258

259259
### Minimum/Maximum
260260

261-
The range of numeric values this attribute must be in. The type of this attribute must be "integer", "number", or "integer_list". See [range](https://json-schema.org/understanding-json-schema/reference/numeric#range) The value of these columns will be appear as the `minimum` and `maximum` of this attribute in the JSON Schema. Both must be numeric values.
261+
The range that this attribute's numeric values must fall within. The type of this attribute must be "integer", "number", or "integer_list". See [range](https://json-schema.org/understanding-json-schema/reference/numeric#range) The value of these columns will appear as the `minimum` and `maximum` of this attribute in the JSON Schema. Both must be numeric values.
262262

263263
Data Model:
264264

0 commit comments

Comments
 (0)