Skip to content

Commit

Permalink
Revert "changing Field to Item in the linkml schema to avoid conflict…
Browse files Browse the repository at this point in the history
…s with pydatic.Field"

This reverts commit 31873a6.
  • Loading branch information
djarecka committed Dec 14, 2023
1 parent 620956c commit 93096bd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions linkml-schema/reproschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default_range: string
slots:
about:
comments:
- The subject matter of the Field/Item.
- The subject matter of the Field.
slot_uri: schema:about
addProperties:
title: addProperties
Expand Down Expand Up @@ -59,7 +59,7 @@ slots:
choices:
title: choices
comments:
- An array to list the available options for response of the Field/Item item.
- An array to list the available options for response of the Field item.
exact_mappings:
- schema:itemListElement
slot_uri: reproschema:choices
Expand All @@ -80,7 +80,7 @@ slots:
title: computation
comments:
- 'An array of objects indicating computations in an activity or protocol and
maps it to the corresponding Field/Item item. scoring logic is a subset of all computations
maps it to the corresponding Field item. scoring logic is a subset of all computations
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
Expand All @@ -96,7 +96,7 @@ slots:
title: datumType
comments:
- Indicates what type of datum the response is (e.g. range,count,scalar etc.)
for the Field/Item item.
for the Field item.
slot_uri: reproschema:datumType
any_of:
- range: string
Expand All @@ -118,7 +118,7 @@ slots:
inputType:
title: inputType
comments:
- An element to describe the input type of a Field/Item item.
- An element to describe the input type of a Field item.
slot_uri: reproschema:inputType
isAbout:
title: isAbout
Expand All @@ -127,7 +127,7 @@ slots:
slot_uri: reproschema:isAbout
any_of:
- range: Activity
- range: Item
- range: Field
isPartOf:
slot_uri: schema:isPartOf
any_of:
Expand Down Expand Up @@ -194,7 +194,7 @@ slots:
multipleChoice:
title: Multiple choice response expectation
comments:
- Indicates (by bool) if response for the Field/Item item has one or more answer.
- Indicates (by bool) if response for the Field item has one or more answer.
slot_uri: reproschema:multipleChoice
any_of:
- range: boolean
Expand All @@ -210,7 +210,7 @@ slots:
any_of:
- range: uri
- range: Activity
- range: Item
- range: Field
overrideProperties:
title: overrideProperties
comments:
Expand Down Expand Up @@ -246,7 +246,7 @@ slots:
responseOptions:
title: Response options
comments:
- An element (object or by URL)to describe the properties of response of the Field/Item
- An element (object or by URL)to describe the properties of response of the Field
item.
slot_uri: reproschema:responseOptions
any_of:
Expand Down Expand Up @@ -437,8 +437,8 @@ classes:
comments:
- An element to describe the choice when response is not known.
class_uri: reproschema:DontKnow
Item: #TODO: multiple @type in reproschema
title: Item
Field: #TODO: multiple @type in reproschema
title: Field
comments:
- An item in an assessment.
is_a: CreativeWork
Expand All @@ -458,7 +458,7 @@ classes:
- responseOptions
- schemaVersion
- version
class_uri: reproschema:Item
class_uri: reproschema:Field
langString:
class_uri: rdf:langString
MessageSpecification:
Expand Down Expand Up @@ -551,7 +551,7 @@ classes:
ResponseOption:
title: Response option
comments:
- An element (object or by URL)to describe the properties of response of the Field/Item
- An element (object or by URL)to describe the properties of response of the Field
item.
slots:
- choices
Expand Down

0 comments on commit 93096bd

Please sign in to comment.