You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update nitdmreader.yml
Made a few low-level changes (tense, punctuation, rewrites for minimalism/clarity).
* Update tdm-reader/nitdmreader.yml
Co-Authored-By: jjaco2 <[email protected]>
Copy file name to clipboardExpand all lines: tdm-reader/nitdmreader.yml
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ definitions:
56
56
name: Skyline.OneOrMoreErrorsOccurred
57
57
code: -251040
58
58
message: >-
59
-
One or more errors occurred. See the contained list for details of each
59
+
One or more errors occurred. See the contained list for details about each
60
60
error.
61
61
args: []
62
62
innerErrors:
@@ -67,7 +67,7 @@ definitions:
67
67
message: File service failed.
68
68
args: []
69
69
Operation:
70
-
description: An operation provided by the API
70
+
description: Operation provided by the API
71
71
type: object
72
72
properties:
73
73
available:
@@ -88,7 +88,7 @@ definitions:
88
88
description: >-
89
89
Available operations in the v1 version of the API:
90
90
91
-
- readData: The ability to read data
91
+
- readData: Ability to read data
92
92
type: object
93
93
properties:
94
94
readData:
@@ -99,11 +99,11 @@ definitions:
99
99
properties:
100
100
name:
101
101
type: string
102
-
description: name of the property
102
+
description: Name of the property
103
103
example: Name
104
104
type:
105
105
type: string
106
-
description: data type of 'value'
106
+
description: Data type of 'value'
107
107
example: String
108
108
value:
109
109
type: string
@@ -112,13 +112,13 @@ definitions:
112
112
type: object
113
113
properties:
114
114
properties:
115
-
description: Property values.
115
+
description: Property values
116
116
type: array
117
117
items:
118
118
$ref: '#/definitions/Property'
119
119
totalCount:
120
120
type: integer
121
-
description: Count of all properties. This could be more than the items returned in Properties.
121
+
description: Count of all properties. This might be more than the items returned in Properties.
122
122
example: 1
123
123
FileList:
124
124
type: object
@@ -134,39 +134,39 @@ definitions:
134
134
properties:
135
135
decimatex:
136
136
type: integer
137
-
description: Number of values on the x-axis. This determines the number of points that can be displayed.
137
+
description: Number of values on the xaxis. This determines the number of points that can be displayed.
138
138
example: 1000
139
139
default: 0
140
140
format: int32
141
141
decimatey:
142
142
type: integer
143
-
description: Number of values on the y-axis. This determines the number of points that can be displayed.
143
+
description: Number of values on the yaxis. This determines the number of points that can be displayed.
144
144
example: 1000
145
145
default: 0
146
146
format: int32
147
147
xmin:
148
148
type: number
149
149
default: 0
150
150
format: double
151
-
description: Minimum x value of the display x-axis.
151
+
description: Minimum x value of the display xaxis.
152
152
example: -1
153
153
xmax:
154
154
type: number
155
155
default: 0
156
156
format: double
157
-
description: Maximum x value of the display x-axis.
157
+
description: Maximum x value of the display xaxis.
158
158
example: 1
159
159
ymin:
160
160
type: number
161
161
default: 0
162
162
format: double
163
-
description: Minimum y value of the display y-axis.
163
+
description: Minimum y value of the display yaxis.
164
164
example: -1
165
165
ymax:
166
166
type: number
167
167
default: 0
168
168
format: double
169
-
description: Maximum y value of the display y-axis.
169
+
description: Maximum y value of the display yaxis.
170
170
example: 1
171
171
showLines:
172
172
type: boolean
@@ -175,7 +175,7 @@ definitions:
175
175
showPoints:
176
176
type: boolean
177
177
default: false
178
-
description: Represent data as points. When decimation is performed, the data returned represents all of the points in that x-axis increment.
178
+
description: Represent data as points. When decimation is performed, the data returned represents all the points in that x-axis increment.
179
179
OneChannelSpecifier:
180
180
description: Specification for a channel of data
181
181
properties:
@@ -196,17 +196,17 @@ definitions:
196
196
- groupName
197
197
- channelName
198
198
ChannelSpecifications:
199
-
description: Array of x-y channel groups. The x-channel of each grouping is optional.
199
+
description: Array of x-y channel groups. The xchannel of each grouping is optional.
200
200
properties:
201
201
xyChannels:
202
202
type: array
203
203
items:
204
-
description: Y channel(s) and an optional x channel
204
+
description: y channel(s) and an optional x channel
205
205
properties:
206
206
xChannel:
207
207
$ref: '#/definitions/OneChannelSpecifier'
208
208
yChannels:
209
-
description: 'Channels to be treated as y channel, associated with x channel'
209
+
description: 'Channels to be treated as y channels associated with x channel'
210
210
type: array
211
211
items:
212
212
$ref: '#/definitions/OneChannelSpecifier'
@@ -242,19 +242,19 @@ definitions:
242
242
$ref: '#/definitions/OneChannelData'
243
243
y:
244
244
type: array
245
-
description: Array of y-channels
245
+
description: Array of ychannels
246
246
items:
247
247
$ref: '#/definitions/OneChannelData'
248
248
ReturnedXYData:
249
249
properties:
250
250
data:
251
251
type: array
252
-
description: Pairing of data from an x-channel and multiple y-channels
252
+
description: Pairing of data from an xchannel and multiple ychannels
253
253
items:
254
254
$ref: '#/definitions/XYData'
255
255
timeUtcOffsetHours:
256
256
type: number
257
-
description: The time zone offset applied to local time values
257
+
description: Time zone offset applied to local time values
258
258
ReturnedUniqueValues:
259
259
properties:
260
260
uniqueValues:
@@ -263,21 +263,21 @@ definitions:
263
263
$ref: '#/definitions/OneChannelData'
264
264
timeUtcOffsetHours:
265
265
type: number
266
-
description: The time zone offset applied to local time values
266
+
description: Time zone offset applied to local time values
267
267
example: 0
268
268
UniqueValuesSpecifier:
269
269
properties:
270
270
channelSpecifications:
271
271
type: array
272
-
description: Channel specifications.
272
+
description: Channel specifications
273
273
items:
274
274
$ref: '#/definitions/OneChannelSpecifier'
275
275
maxNumberOfUniqueValues:
276
-
description: Maximum number of unique values to identify.
276
+
description: Maximum number of unique values to identify
277
277
type: integer
278
278
example: 10
279
279
NamesList:
280
-
description: List of names and number of names.
280
+
description: List of names and number of names
281
281
properties:
282
282
names:
283
283
description: All names
@@ -320,11 +320,11 @@ definitions:
320
320
example: Channel 1
321
321
dataCount:
322
322
type: number
323
-
description: Number of data points in the channel.
323
+
description: Number of data points in the channel
324
324
example: 1
325
325
dataType:
326
326
type: string
327
-
description: Data type of this channel.
327
+
description: Data type of this channel
328
328
example: String
329
329
properties:
330
330
$ref: '#/definitions/Properties'
@@ -348,14 +348,14 @@ paths:
348
348
v1:
349
349
$ref: '#/definitions/V1Operations'
350
350
version:
351
-
description: The implementation version of the web service
351
+
description: Implementation version of the web service
352
352
type: string
353
353
example: '18.0'
354
354
/{version}:
355
355
parameters:
356
356
- in: path
357
357
name: version
358
-
description: The version of the API to retrieve operations.
358
+
description: Version of the API to retrieve operations
359
359
type: string
360
360
required: true
361
361
get:
@@ -407,7 +407,7 @@ paths:
407
407
- application/json
408
408
parameters:
409
409
- name: fileIds
410
-
description: List of File IDs to inspect.
410
+
description: List of File IDs to inspect
411
411
in: body
412
412
required: true
413
413
schema:
@@ -506,13 +506,13 @@ paths:
506
506
post:
507
507
tags: [data]
508
508
summary: Returns data from channels.
509
-
description: Queries files based on channel and window specifications and returns channel data that matches the query. The channel specifications select channels by group and channel relationships. Window specifications determine a bounding box of minimum and maximum x and y values, as well as specifying the type of decimation performed on data within the window.
509
+
description: Queries files based on channel and window specifications and returns channel data that matches the query. The channel specifications select channels by group and channel relationships. Window specifications determine a bounding box of minimum and maximum x and y values, as well as specify the type of decimation performed on data within the window.
510
510
operationId: queryData
511
511
produces:
512
512
- application/json
513
513
parameters:
514
514
- name: ChannelSpecifications
515
-
description: Channel specifications and window information.
515
+
description: Channel specifications and window information
516
516
in: body
517
517
required: true
518
518
schema:
@@ -530,13 +530,13 @@ paths:
530
530
post:
531
531
tags: [data]
532
532
summary: Returns unique data from channels.
533
-
description: Queries files based on channel specifications and returns unique channel data values. The channel specifications select channels by group and channel relationships. The maximum number of unique values to return is determined by MaxNumberOfUniqueValues. If there are more unique values, then the first MaxNumberOfUniqueValues + 1 values are returned.
533
+
description: Queries files based on channel specifications and returns unique channel data values. The channel specifications select channels by group and channel relationships. The maximum number of unique values to return is determined by MaxNumberOfUniqueValues. If there are more unique values, then the first MaxNumberOfUniqueValues + 1 values are returned.
0 commit comments