Skip to content

Commit

Permalink
temporarily removing minimum value constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Feb 8, 2024
1 parent caf41fd commit f7b5d17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ slots:
domain: array_expression
range: integer
status: testing
minimum_value: 1
# minimum_value: 1

maximum_number_dimensions:
description: maximum number of dimensions in the array, or False if explicitly no maximum.
Expand All @@ -1452,7 +1452,7 @@ slots:
range: Anything
any_of:
- range: integer
minimum_value: 0
# minimum_value: 0
- range: boolean
status: testing

Expand All @@ -1461,7 +1461,7 @@ slots:
domain: array_expression
range: integer
status: testing
minimum_value: 1
# minimum_value: 1

has_extra_dimensions:
description: If this is set to true
Expand Down Expand Up @@ -1587,7 +1587,7 @@ slots:
description: the minimum number of entries for a multivalued slot
in_subset:
- SpecificationSubset
minimum_value: 0
# minimum_value: 0

maximum_cardinality:
is_a: list_value_specification_constant
Expand All @@ -1598,7 +1598,7 @@ slots:
- SpecificationSubset
comments:
- maximum_cardinality cannot be less than minimum_cardinality
minimum_value: 0
# minimum_value: 0

equals_string_in:
is_a: list_value_specification_constant
Expand Down

0 comments on commit f7b5d17

Please sign in to comment.