Skip to content

Commit

Permalink
Adding comments from @rly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Feb 8, 2024
1 parent be2e718 commit afc7bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,8 @@ slots:
range: integer
status: testing
# minimum_value: 1
comments:
- minimum_cardinality cannot be greater than maximum_cardinality

maximum_number_dimensions:
description: maximum number of dimensions in the array, or False if explicitly no maximum.
Expand All @@ -1464,6 +1466,8 @@ slots:
range: integer
status: testing
# minimum_value: 1
comments:
- if exact_number_dimensions is set, then minimum_number_dimensions and maximum_number_dimensions must be unset or have the same value

has_extra_dimensions:
description: If this is set to true
Expand Down Expand Up @@ -1590,6 +1594,8 @@ slots:
in_subset:
- SpecificationSubset
# minimum_value: 0
comments:
- minimum_cardinality cannot be greater than maximum_cardinality

maximum_cardinality:
is_a: list_value_specification_constant
Expand Down

0 comments on commit afc7bfd

Please sign in to comment.