Skip to content

Commit b085fe1

Browse files
author
openMINDS pipeline
committed
build triggered by submodule openMetadataInitiative/openMINDS_core version v6
1 parent 6dcdf91 commit b085fe1

6 files changed

Lines changed: 76 additions & 2 deletions

File tree

schemas/latest/core/research/numericalProperty.schema.omi.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
"label": "Numerical property",
77
"name": "NumericalProperty",
88
"properties": {
9+
"https://openminds.om-i.org/props/externalDefinitionOfName": {
10+
"_formats": [
11+
"iri"
12+
],
13+
"_instruction": "Enter the internationalized resource identifier (IRI) to an external definition of the property name.",
14+
"formatting": "text/plain",
15+
"label": "External definition of name",
16+
"multiline": false,
17+
"name": "externalDefinitionOfName",
18+
"type": "string"
19+
},
920
"https://openminds.om-i.org/props/name": {
1021
"_instruction": "Enter a descriptive name for this numerical property.",
1122
"description": "Word or phrase that constitutes the distinctive designation of a being or thing.",

schemas/latest/core/research/stringProperty.schema.omi.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
"label": "String property",
66
"name": "StringProperty",
77
"properties": {
8+
"https://openminds.om-i.org/props/externalDefinitionOfName": {
9+
"_formats": [
10+
"iri"
11+
],
12+
"_instruction": "Enter the internationalized resource identifier (IRI) to an external definition of the property name.",
13+
"formatting": "text/plain",
14+
"label": "External definition of name",
15+
"multiline": false,
16+
"name": "externalDefinitionOfName",
17+
"type": "string"
18+
},
819
"https://openminds.om-i.org/props/name": {
920
"_instruction": "Enter a descriptive name for this property.",
1021
"description": "Word or phrase that constitutes the distinctive designation of a being or thing.",

schemas/latest/release_notes_latest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,13 @@
27002700
],
27012701
"schemaType": "CustomPropertySet"
27022702
},
2703+
{
2704+
"file": "core/research/numericalProperty.schema.omi.json",
2705+
"addedAttributes": [
2706+
"properties.props:externalDefinitionOfName"
2707+
],
2708+
"schemaType": "NumericalProperty"
2709+
},
27032710
{
27042711
"file": "core/research/protocol.schema.omi.json",
27052712
"modifiedAttributes": [
@@ -2722,6 +2729,13 @@
27222729
],
27232730
"schemaType": "ProtocolExecution"
27242731
},
2732+
{
2733+
"file": "core/research/stringProperty.schema.omi.json",
2734+
"addedAttributes": [
2735+
"properties.props:externalDefinitionOfName"
2736+
],
2737+
"schemaType": "StringProperty"
2738+
},
27252739
{
27262740
"file": "core/research/subjectGroup.schema.omi.json",
27272741
"addedAttributes": [

schemas/latest/release_notes_latest.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,13 +1228,19 @@ Changes in core/products/softwareVersion.schema.omi.json:
12281228
Changes in core/research/customPropertySet.schema.omi.json:
12291229
- Field 'properties.props:relevantFor._linkedTypes' modified (value(s) added).
12301230

1231+
Changes in core/research/numericalProperty.schema.omi.json:
1232+
- Field 'properties.props:externalDefinitionOfName' added.
1233+
12311234
Changes in core/research/protocol.schema.omi.json:
12321235
- Field 'properties.props:technique._linkedTypes' modified (value(s) added).
12331236

12341237
Changes in core/research/protocolExecution.schema.omi.json:
12351238
- Field 'properties.props:input._linkedTypes' modified.
12361239
- Field 'properties.props:studyTarget._linkedTypes' modified.
12371240

1241+
Changes in core/research/stringProperty.schema.omi.json:
1242+
- Field 'properties.props:externalDefinitionOfName' added.
1243+
12381244
Changes in core/research/subjectGroup.schema.omi.json:
12391245
- Field 'properties.props:isPartOf' added.
12401246
- Field 'required' modified (value(s) added).

vocab/properties.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8385,6 +8385,34 @@
83858385
]
83868386
}
83878387
},
8388+
"externalDefinitionOfName": {
8389+
"asString": {
8390+
"formatting": "text/plain",
8391+
"inVersions": [
8392+
"latest"
8393+
],
8394+
"multiline": false
8395+
},
8396+
"description": null,
8397+
"hasNamespace": [
8398+
{
8399+
"inVersions": [
8400+
"latest"
8401+
],
8402+
"namespace": "https://openminds.om-i.org/props/"
8403+
}
8404+
],
8405+
"label": "External definition of name",
8406+
"labelPlural": null,
8407+
"name": "externalDefinitionOfName",
8408+
"namePlural": null,
8409+
"usedIn": {
8410+
"latest": [
8411+
"https://openminds.om-i.org/types/NumericalProperty",
8412+
"https://openminds.om-i.org/types/StringProperty"
8413+
]
8414+
}
8415+
},
83888416
"externalDiameter": {
83898417
"asEdge": {
83908418
"canPointTo": {

vocab/types.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7566,8 +7566,10 @@
75667566
"v3.0"
75677567
],
75687568
[
7569-
"latest",
75707569
"v4.0"
7570+
],
7571+
[
7572+
"latest"
75717573
]
75727574
],
75737575
"isPartOfVersion": [
@@ -11457,8 +11459,10 @@
1145711459
"v3.0"
1145811460
],
1145911461
[
11460-
"latest",
1146111462
"v4.0"
11463+
],
11464+
[
11465+
"latest"
1146211466
]
1146311467
],
1146411468
"isPartOfVersion": [

0 commit comments

Comments
 (0)