diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexGetAutocomplete.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexGetAutocomplete.json index 2ddae016840d..1ce59bf94eec 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexGetAutocomplete.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexGetAutocomplete.json @@ -11,8 +11,8 @@ "highlightPostTag": "", "highlightPreTag": "", "minimumCoverage": 80, - "searchFields": "title,description", - "top": "10" + "searchFields": ["title", "description"], + "top": 10 }, "responses": { "200": { diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexPostAutocomplete.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexPostAutocomplete.json index 41d9263200f6..9bf10af1cee4 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexPostAutocomplete.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/examples/SearchIndexPostAutocomplete.json @@ -11,8 +11,8 @@ "highlightPostTag": "", "highlightPreTag": "", "minimumCoverage": 80, - "searchFields": "title,description", - "top": "10" + "searchFields": ["title", "description"], + "top": 10 } }, "responses": { diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateOrUpdateSkillset.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateOrUpdateSkillset.json index ce0b62936272..d9a5fe8227b1 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateOrUpdateSkillset.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateOrUpdateSkillset.json @@ -10,7 +10,7 @@ "description": "Extract entities, detect language and extract key-phrases", "skills": [{ "@odata.type": "#Microsoft.Skills.Text.NamedEntityRecognitionSkill", - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "inputs": [{ "name": "text", @@ -84,7 +84,7 @@ "name": "organizations", "targetName": "organizations" }], - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "minimumPrecision": null }, @@ -158,7 +158,7 @@ "name": "organizations", "targetName": "organizations" }], - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "minimumPrecision": null }, diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateSkillset.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateSkillset.json index e2951cd7aa66..dc5420495b7a 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateSkillset.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceCreateSkillset.json @@ -10,7 +10,7 @@ "description": "Extract entities, detect language and extract key-phrases", "skills": [{ "@odata.type": "#Microsoft.Skills.Text.NamedEntityRecognitionSkill", - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "inputs": [{ "name": "text", @@ -84,7 +84,7 @@ "name": "organizations", "targetName": "organizations" }], - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "minimumPrecision": null }, diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceGetSkillset.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceGetSkillset.json index b48455bbe283..814addbe919e 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceGetSkillset.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceGetSkillset.json @@ -22,7 +22,7 @@ "name": "organizations", "targetName": "organizations" }], - "categories": ["Organization"], + "categories": ["organization"], "defaultLanguageCode": "en", "minimumPrecision": null }, diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceListSkillsets.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceListSkillsets.json index 6b9395e2b503..df8d00743ab8 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceListSkillsets.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2017-11-11-preview/examples/SearchServiceListSkillsets.json @@ -28,7 +28,7 @@ "targetName": "organizations" } ], - "categories": [ "Organization" ], + "categories": [ "organization" ], "defaultLanguageCode": "en", "minimumPrecision": null },