Skip to content

Commit

Permalink
adding multivalued: tru everywhere where the comment suggested it is …
Browse files Browse the repository at this point in the history
…an array or a list; adding schema prefix to some terms
  • Loading branch information
djarecka committed Dec 11, 2023
1 parent 248834e commit dfae653
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions linkml-schema/reproschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ slots:
- An array of objects to describe the various properties added to assessments
and fields.
slot_uri: reproschema:addProperties
multivalued: true
any_of:
- range: AdditionalProperty
additionalNotesObj:
Expand All @@ -41,6 +42,7 @@ slots:
comments:
- 'An array of items indicating properties allowed on an activity or protocol '
slot_uri: reproschema:allow
multivalued: true
any_of:
- range: Thing
altLabel:
Expand All @@ -59,8 +61,9 @@ slots:
comments:
- An array to list the available options for response of the Field/Item item.
exact_mappings:
- itemListElement
- schema:itemListElement
slot_uri: reproschema:choices
multivalued: true
any_of:
- range: uri
- range: Choice
Expand All @@ -81,6 +84,7 @@ slots:
that could be performed and not all computations will be scoring. For example,
one may want to do conversion from one unit to another. '
slot_uri: reproschema:compute
multivalued: true
any_of:
- range: ComputeSpecification
cronTable:
Expand Down Expand Up @@ -182,6 +186,7 @@ slots:
comments:
- An array of objects to define conditional messages in an activity or protocol.
slot_uri: reproschema:messages
multivalued: true
any_of:
- range: MessageSpecification
minValue:
Expand All @@ -201,6 +206,7 @@ slots:
- An ordered list to describe the order in which the items of an assessment or
protocol appear in the user interface.
slot_uri: reproschema:order
multivalued: true
any_of:
- range: uri
- range: Activity
Expand All @@ -211,6 +217,7 @@ slots:
- An array of objects to override the various properties added to assessments
and fields.
slot_uri: reproschema:overrideProperties
multivalued: true
any_of:
- range: OverrideProperty
preamble:
Expand Down Expand Up @@ -286,6 +293,7 @@ slots:
- A list of objects to represent a human displayable name alongside the more formal
value for units.
slot_uri: reproschema:unitOptions
multivalued: true
any_of:
- range: UnitOption
url:
Expand All @@ -297,7 +305,7 @@ slots:
comments:
- The value for each option in choices or in additionalNotesObj
exact_mappings:
- value
- schema:value
slot_uri: reproschema:value
any_of:
- range: boolean
Expand Down

0 comments on commit dfae653

Please sign in to comment.