Add values and language properties to QueryMacroProperties

pull/11875/head
Alirie Gray 2019-02-13 13:20:31 -08:00
parent 6d16250d67
commit 58f833510c
1 changed files with 7 additions and 4 deletions

View File

@ -5745,10 +5745,13 @@ components:
type:
type: string
enum: ["query"]
query:
type: string
queryType:
type: string
values:
type: object
properties:
query:
type: string
language:
type: string
Macro:
type: object
properties: