Skip to content

Commit 4a3012c

Browse files
jjaco2maxgax
authored andcommitted
Update nitdmreader.yml (#34)
* 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]>
1 parent 858e646 commit 4a3012c

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

tdm-reader/nitdmreader.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ definitions:
5656
name: Skyline.OneOrMoreErrorsOccurred
5757
code: -251040
5858
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
6060
error.
6161
args: []
6262
innerErrors:
@@ -67,7 +67,7 @@ definitions:
6767
message: File service failed.
6868
args: []
6969
Operation:
70-
description: An operation provided by the API
70+
description: Operation provided by the API
7171
type: object
7272
properties:
7373
available:
@@ -88,7 +88,7 @@ definitions:
8888
description: >-
8989
Available operations in the v1 version of the API:
9090
91-
- readData: The ability to read data
91+
- readData: Ability to read data
9292
type: object
9393
properties:
9494
readData:
@@ -99,11 +99,11 @@ definitions:
9999
properties:
100100
name:
101101
type: string
102-
description: name of the property
102+
description: Name of the property
103103
example: Name
104104
type:
105105
type: string
106-
description: data type of 'value'
106+
description: Data type of 'value'
107107
example: String
108108
value:
109109
type: string
@@ -112,13 +112,13 @@ definitions:
112112
type: object
113113
properties:
114114
properties:
115-
description: Property values.
115+
description: Property values
116116
type: array
117117
items:
118118
$ref: '#/definitions/Property'
119119
totalCount:
120120
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.
122122
example: 1
123123
FileList:
124124
type: object
@@ -134,39 +134,39 @@ definitions:
134134
properties:
135135
decimatex:
136136
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 x axis. This determines the number of points that can be displayed.
138138
example: 1000
139139
default: 0
140140
format: int32
141141
decimatey:
142142
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 y axis. This determines the number of points that can be displayed.
144144
example: 1000
145145
default: 0
146146
format: int32
147147
xmin:
148148
type: number
149149
default: 0
150150
format: double
151-
description: Minimum x value of the display x-axis.
151+
description: Minimum x value of the display x axis.
152152
example: -1
153153
xmax:
154154
type: number
155155
default: 0
156156
format: double
157-
description: Maximum x value of the display x-axis.
157+
description: Maximum x value of the display x axis.
158158
example: 1
159159
ymin:
160160
type: number
161161
default: 0
162162
format: double
163-
description: Minimum y value of the display y-axis.
163+
description: Minimum y value of the display y axis.
164164
example: -1
165165
ymax:
166166
type: number
167167
default: 0
168168
format: double
169-
description: Maximum y value of the display y-axis.
169+
description: Maximum y value of the display y axis.
170170
example: 1
171171
showLines:
172172
type: boolean
@@ -175,7 +175,7 @@ definitions:
175175
showPoints:
176176
type: boolean
177177
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.
179179
OneChannelSpecifier:
180180
description: Specification for a channel of data
181181
properties:
@@ -196,17 +196,17 @@ definitions:
196196
- groupName
197197
- channelName
198198
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 x channel of each grouping is optional.
200200
properties:
201201
xyChannels:
202202
type: array
203203
items:
204-
description: Y channel(s) and an optional x channel
204+
description: y channel(s) and an optional x channel
205205
properties:
206206
xChannel:
207207
$ref: '#/definitions/OneChannelSpecifier'
208208
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'
210210
type: array
211211
items:
212212
$ref: '#/definitions/OneChannelSpecifier'
@@ -242,19 +242,19 @@ definitions:
242242
$ref: '#/definitions/OneChannelData'
243243
y:
244244
type: array
245-
description: Array of y-channels
245+
description: Array of y channels
246246
items:
247247
$ref: '#/definitions/OneChannelData'
248248
ReturnedXYData:
249249
properties:
250250
data:
251251
type: array
252-
description: Pairing of data from an x-channel and multiple y-channels
252+
description: Pairing of data from an x channel and multiple y channels
253253
items:
254254
$ref: '#/definitions/XYData'
255255
timeUtcOffsetHours:
256256
type: number
257-
description: The time zone offset applied to local time values
257+
description: Time zone offset applied to local time values
258258
ReturnedUniqueValues:
259259
properties:
260260
uniqueValues:
@@ -263,21 +263,21 @@ definitions:
263263
$ref: '#/definitions/OneChannelData'
264264
timeUtcOffsetHours:
265265
type: number
266-
description: The time zone offset applied to local time values
266+
description: Time zone offset applied to local time values
267267
example: 0
268268
UniqueValuesSpecifier:
269269
properties:
270270
channelSpecifications:
271271
type: array
272-
description: Channel specifications.
272+
description: Channel specifications
273273
items:
274274
$ref: '#/definitions/OneChannelSpecifier'
275275
maxNumberOfUniqueValues:
276-
description: Maximum number of unique values to identify.
276+
description: Maximum number of unique values to identify
277277
type: integer
278278
example: 10
279279
NamesList:
280-
description: List of names and number of names.
280+
description: List of names and number of names
281281
properties:
282282
names:
283283
description: All names
@@ -320,11 +320,11 @@ definitions:
320320
example: Channel 1
321321
dataCount:
322322
type: number
323-
description: Number of data points in the channel.
323+
description: Number of data points in the channel
324324
example: 1
325325
dataType:
326326
type: string
327-
description: Data type of this channel.
327+
description: Data type of this channel
328328
example: String
329329
properties:
330330
$ref: '#/definitions/Properties'
@@ -348,14 +348,14 @@ paths:
348348
v1:
349349
$ref: '#/definitions/V1Operations'
350350
version:
351-
description: The implementation version of the web service
351+
description: Implementation version of the web service
352352
type: string
353353
example: '18.0'
354354
/{version}:
355355
parameters:
356356
- in: path
357357
name: version
358-
description: The version of the API to retrieve operations.
358+
description: Version of the API to retrieve operations
359359
type: string
360360
required: true
361361
get:
@@ -407,7 +407,7 @@ paths:
407407
- application/json
408408
parameters:
409409
- name: fileIds
410-
description: List of File IDs to inspect.
410+
description: List of File IDs to inspect
411411
in: body
412412
required: true
413413
schema:
@@ -506,13 +506,13 @@ paths:
506506
post:
507507
tags: [data]
508508
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.
510510
operationId: queryData
511511
produces:
512512
- application/json
513513
parameters:
514514
- name: ChannelSpecifications
515-
description: Channel specifications and window information.
515+
description: Channel specifications and window information
516516
in: body
517517
required: true
518518
schema:
@@ -530,13 +530,13 @@ paths:
530530
post:
531531
tags: [data]
532532
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.
534534
operationId: queryUniqueValues
535535
produces:
536536
- application/json
537537
parameters:
538538
- name: ChannelSpecifications
539-
description: Channel specifications.
539+
description: Channel specifications
540540
in: body
541541
required: true
542542
schema:
@@ -549,4 +549,4 @@ paths:
549549
default:
550550
description: Error
551551
schema:
552-
$ref: '#/definitions/Error'
552+
$ref: '#/definitions/Error'

0 commit comments

Comments
 (0)