Skip to content

Commit 16c05df

Browse files
jwash2alexweav
authored andcommitted
Fix up level of indirection in yml.
1 parent a870454 commit 16c05df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tdm-reader/nitdmreader.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ definitions:
268268
timeUtcOffsetHours:
269269
type: number
270270
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'
271278
ReturnedUniqueValues:
272279
properties:
273280
uniqueValues:
@@ -529,7 +536,7 @@ paths:
529536
in: body
530537
required: true
531538
schema:
532-
$ref: '#/definitions/ChannelSpecifications'
539+
$ref: '#/definitions/QueryDataSpecifier'
533540
responses:
534541
200:
535542
description: OK

0 commit comments

Comments
 (0)