Skip to content

Commit 6938c13

Browse files
fixed ontologyReference misspelling
1 parent b97f9db commit 6938c13

39 files changed

+144
-395
lines changed

Scripts/testInputs.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def postParams(path):
144144
"description": "string",
145145
"formula": "string",
146146
"methodName": "string",
147-
"ontologyRefernce": {
147+
"ontologyReference": {
148148
"documentationLinks": [
149149
{
150150
"URL": "string",
@@ -161,7 +161,7 @@ def postParams(path):
161161
params = {
162162
"dataType": "Code",
163163
"decimalPlaces": 0,
164-
"ontologyRefernce": {
164+
"ontologyReference": {
165165
"documentationLinks": [
166166
{
167167
"URL": "string",
@@ -192,7 +192,7 @@ def postParams(path):
192192
"description": "string",
193193
"entity": "string",
194194
"mainAbbreviation": "string",
195-
"ontologyRefernce": {
195+
"ontologyReference": {
196196
"documentationLinks": [
197197
{
198198
"URL": "string",
@@ -393,7 +393,7 @@ def putParams(path):
393393
"description": "string",
394394
"formula": "string",
395395
"methodName": "string",
396-
"ontologyRefernce": {
396+
"ontologyReference": {
397397
"documentationLinks": [
398398
{
399399
"URL": "string",
@@ -410,7 +410,7 @@ def putParams(path):
410410
params = {
411411
"dataType": "Code",
412412
"decimalPlaces": 0,
413-
"ontologyRefernce": {
413+
"ontologyReference": {
414414
"documentationLinks": [
415415
{
416416
"URL": "string",
@@ -441,7 +441,7 @@ def putParams(path):
441441
"description": "string",
442442
"entity": "string",
443443
"mainAbbreviation": "string",
444-
"ontologyRefernce": {
444+
"ontologyReference": {
445445
"documentationLinks": [
446446
{
447447
"URL": "string",

Specification/Components/Schemas/VariableBaseClass.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ components:
3030
$ref: '#/components/schemas/method'
3131
ontologyDbId:
3232
deprecated: true
33-
description: DEPRECATED in v1.3 - see "this.ontologyRefernce.ontologyDbId"
33+
description: DEPRECATED in v1.3 - see "this.ontologyReference.ontologyDbId"
3434
type: string
3535
ontologyName:
3636
deprecated: true
37-
description: DEPRECATED in v1.3 - see "this.ontologyRefernce.ontologyName"
37+
description: DEPRECATED in v1.3 - see "this.ontologyReference.ontologyName"
3838
type: string
39-
ontologyRefernce:
40-
$ref: '#/components/schemas/ontologyRefernce'
39+
ontologyReference:
40+
$ref: '#/components/schemas/ontologyReference'
4141
scale:
4242
$ref: '#/components/schemas/scale'
4343
scientist:

Specification/Components/Schemas/geoJSON.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
components:
22
schemas:
33
geoJSON:
4-
description: One geometry as defined by GeoJSON (RFC 7946). All coordinates are decimal values on the WGS84 geographic coordinate refernce system.
4+
description: One geometry as defined by GeoJSON (RFC 7946). All coordinates are decimal values on the WGS84 geographic coordinate reference system.
55
properties:
66
geometry:
77
oneOf:

Specification/GermplasmAttributes/Attributes_GET.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ paths:
5151
methodDbId: m1
5252
methodName: Tape Measure
5353
name: Tape Measure
54-
ontologyRefernce:
54+
ontologyReference:
5555
documentationLinks:
5656
- URL: https://ontology.org/m1
5757
type: RDF
@@ -63,7 +63,7 @@ paths:
6363
name: Rht-B1b
6464
ontologyDbId: MO_123
6565
ontologyName: Ontology.org
66-
ontologyRefernce:
66+
ontologyReference:
6767
documentationLinks:
6868
- URL: https://ontology.org
6969
type: WEBPAGE
@@ -75,7 +75,7 @@ paths:
7575
dataType: Numerical
7676
decimalPlaces: 1
7777
name: Centimeter
78-
ontologyRefernce:
78+
ontologyReference:
7979
documentationLinks:
8080
- URL: https://ontology.org/s1
8181
type: OBO
@@ -102,7 +102,7 @@ paths:
102102
entity: entity
103103
mainAbbreviation: H
104104
name: Plant Height
105-
ontologyRefernce:
105+
ontologyReference:
106106
documentationLinks:
107107
- URL: https://ontology.org/t1
108108
type: WEBPAGE
@@ -138,7 +138,7 @@ paths:
138138
methodDbId: m3
139139
methodName: Standard Color Palette
140140
name: Standard Color Palette
141-
ontologyRefernce:
141+
ontologyReference:
142142
documentationLinks:
143143
- URL: https://ontology.org/m3
144144
type: OBO
@@ -150,7 +150,7 @@ paths:
150150
name: Weevil Resistance
151151
ontologyDbId: MO_123
152152
ontologyName: Ontology.org
153-
ontologyRefernce:
153+
ontologyReference:
154154
documentationLinks:
155155
- URL: https://ontology.org
156156
type: WEBPAGE
@@ -162,7 +162,7 @@ paths:
162162
dataType: Nominal
163163
decimalPlaces: 0
164164
name: Color
165-
ontologyRefernce:
165+
ontologyReference:
166166
documentationLinks:
167167
- URL: https://ontology.org/s3
168168
type: WEBPAGE
@@ -194,7 +194,7 @@ paths:
194194
entity: entity
195195
mainAbbreviation: LC
196196
name: Leaf Color
197-
ontologyRefernce:
197+
ontologyReference:
198198
documentationLinks:
199199
- URL: https://ontology.org/t3
200200
type: RDF

Specification/Images/Images_GET_POST.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ paths:
193193
descriptiveOntologyTerms:
194194
- brapi
195195
- logo
196-
imageDbId: ed375d13-13d1-4425-a552-e53ba4fa5824
196+
imageDbId: ce15937e-093e-4624-8950-00dab3172e4c
197197
imageFileName: brapi-logo.svg
198198
imageFileSize: 3676
199199
imageHeight: 56

Specification/Images/Search_Images_SearchResultsDbId_GET.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ paths:
6767
descriptiveOntologyTerms:
6868
- brapi
6969
- logo
70-
imageDbId: ed375d13-13d1-4425-a552-e53ba4fa5824
70+
imageDbId: ce15937e-093e-4624-8950-00dab3172e4c
7171
imageFileName: brapi-logo.svg
7272
imageFileSize: 3676
7373
imageHeight: 56

Specification/Lists/Lists_GET_POST.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ paths:
124124
result:
125125
data:
126126
- string
127-
dateCreated: '2018-12-04T17:42:22-05:00'
128-
dateModified: '2018-12-04T17:42:22-05:00'
127+
dateCreated: '2018-12-05T14:36:04-05:00'
128+
dateModified: '2018-12-05T14:36:04-05:00'
129129
description: string
130-
listDbId: 4cf54a1f-4f84-4e2b-a9c2-0a5ff072f80c
130+
listDbId: d93d6bb6-dfc3-4d15-8d2e-654c618ce12e
131131
listName: string
132132
listOwnerName: string
133133
listOwnerPersonDbId: string

Specification/Lists/Lists_ListDbId_GET_PUT.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ paths:
9898
data:
9999
- string
100100
dateCreated: '2011-06-14T22:12:51-04:00'
101-
dateModified: '2018-12-04T17:42:22-05:00'
101+
dateModified: '2018-12-05T14:36:04-05:00'
102102
description: string
103103
listDbId: list1
104104
listName: string

Specification/Lists/Lists_ListDbId_Items_POST.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ paths:
4040
- '2'
4141
- '3'
4242
dateCreated: '2011-06-14T22:12:51-04:00'
43-
dateModified: '2018-12-04T17:42:23-05:00'
43+
dateModified: '2018-12-05T14:36:04-05:00'
4444
description: string
4545
listDbId: list1
4646
listName: string

Specification/MarkerProfiles/AlleleMatricesSearch_GET_POST.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ paths:
166166
metadata:
167167
asynchStatus:
168168
asynchId: ''
169-
endTime: '2018-12-04'
169+
endTime: '2018-12-05'
170170
percentComplete: 100
171-
startTime: '2018-12-04'
171+
startTime: '2018-12-05'
172172
status: FINISHED
173173
datafiles: []
174174
pagination:

0 commit comments

Comments
 (0)