We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324849 commit 6690c03Copy full SHA for 6690c03
tests/input/examples/schema_definition-array.yaml
@@ -72,7 +72,7 @@ classes:
72
range: float
73
multivalued: true
74
equals_expression: "{array_index} / {sampling_rate} + {starting_time}" # TODO define array_index
75
- # equals_expression: "for i in range(length): {i} / {sampling_rate} + {starting_time}"
+ # equals_expression_per_all: "[i / {sampling_rate} + {starting_time} for i in range({length})]"
76
implements:
77
- linkml:elements
78
unit:
0 commit comments