File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
linkml_model/model/schema Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1442,6 +1442,8 @@ slots:
14421442 range : integer
14431443 status : testing
14441444 # minimum_value: 1
1445+ comments :
1446+ - minimum_cardinality cannot be greater than maximum_cardinality
14451447
14461448 maximum_number_dimensions :
14471449 description : maximum number of dimensions in the array, or False if explicitly no maximum.
@@ -1464,6 +1466,8 @@ slots:
14641466 range : integer
14651467 status : testing
14661468 # minimum_value: 1
1469+ comments :
1470+ - if exact_number_dimensions is set, then minimum_number_dimensions and maximum_number_dimensions must be unset or have the same value
14671471
14681472 has_extra_dimensions :
14691473 description : If this is set to true
@@ -1590,6 +1594,8 @@ slots:
15901594 in_subset :
15911595 - SpecificationSubset
15921596 # minimum_value: 0
1597+ comments :
1598+ - minimum_cardinality cannot be greater than maximum_cardinality
15931599
15941600 maximum_cardinality :
15951601 is_a : list_value_specification_constant
You can’t perform that action at this time.
0 commit comments