Skip to content

Commit

Permalink
<QnAMaker> For new Metadata OR operation (#10132)
Browse files Browse the repository at this point in the history
* For new Metadata OR operation

* Modifying for enum for strictFiltersCompoundOperationType

* removing wrong characters

* For special characters
  • Loading branch information
vipeketi authored Jul 16, 2020
1 parent 1038b0c commit ec12aa1
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,18 @@
"items": {
"$ref": "#/definitions/MetadataDTO"
}
},
"strictFiltersCompoundOperationType": {
"type": "string",
"description": "Optional field. Set to OR for using OR as Operation for Strict Filters.",
"x-ms-enum": {
"name": "StrictFiltersCompoundOperationType",
"modelAsString": true
},
"enum": [
"AND",
"OR"
]
}
}
},
Expand Down

0 comments on commit ec12aa1

Please sign in to comment.