File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ type: SearchQueryExpression
44displayName : SearchExactExpression
55properties :
66 exact :
7- type : SearchAnyValue
7+ type : SearchExactValue
Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (package) : Search
3+ type : SearchQueryExpressionValue
4+ displayName : SearchExactValue
5+ properties :
6+ value? :
7+ type : any
8+ values? :
9+ type : any[]
10+ language? :
11+ type : Locale
12+ caseInsensitive? :
13+ type : boolean
Original file line number Diff line number Diff line change @@ -2037,6 +2037,7 @@ SearchDateRangeValue: !include search/SearchDateRangeValue.raml
20372037SearchDateTimeRangeExpression : !include search/SearchDateTimeRangeExpression.raml
20382038SearchDateTimeRangeValue : !include search/SearchDateTimeRangeValue.raml
20392039SearchExactExpression : !include search/SearchExactExpression.raml
2040+ SearchExactValue : !include search/SearchExactValue.raml
20402041SearchExistsExpression : !include search/SearchExistsExpression.raml
20412042SearchExistsValue : !include search/SearchExistsValue.raml
20422043SearchFieldType : !include search/SearchFieldType.raml
You can’t perform that action at this time.
0 commit comments