We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a870454 commit 16c05dfCopy full SHA for 16c05df
tdm-reader/nitdmreader.yml
@@ -268,6 +268,13 @@ definitions:
268
timeUtcOffsetHours:
269
type: number
270
description: Time zone offset applied to local time values
271
+ QueryDataSpecifier:
272
+ properties:
273
+ channelSpecifications:
274
+ type: array
275
+ description: Channel specifications
276
+ items:
277
+ $ref: '#/definitions/ChannelSpecifications'
278
ReturnedUniqueValues:
279
properties:
280
uniqueValues:
@@ -529,7 +536,7 @@ paths:
529
536
in: body
530
537
required: true
531
538
schema:
532
- $ref: '#/definitions/ChannelSpecifications'
539
+ $ref: '#/definitions/QueryDataSpecifier'
533
540
responses:
534
541
200:
535
542
description: OK
0 commit comments