diff --git a/specification/cognitiveservices/data-plane/NewsSearch/v1.0/NewsSearch.json b/specification/cognitiveservices/data-plane/NewsSearch/v1.0/NewsSearch.json index 78e3c2645366..31d7af1ca2f2 100644 --- a/specification/cognitiveservices/data-plane/NewsSearch/v1.0/NewsSearch.json +++ b/specification/cognitiveservices/data-plane/NewsSearch/v1.0/NewsSearch.json @@ -637,6 +637,7 @@ } }, "location": { + "description" : "Location of local news", "readOnly": true, "type": "string" } @@ -777,21 +778,6 @@ "readOnly": true, "type": "string" }, - "sameAs": { - "readOnly": true, - "type": "array", - "items": { - "type": "string" - } - }, - "wikipediaId": { - "readOnly": true, - "type": "string" - }, - "freebaseId": { - "readOnly": true, - "type": "string" - }, "alternateName": { "description": "An alias for the item", "readOnly": true, @@ -801,14 +787,6 @@ "description": "An ID that uniquely identifies this item.", "readOnly": true, "type": "string" - }, - "satoriId": { - "readOnly": true, - "type": "string" - }, - "ypId": { - "readOnly": true, - "type": "string" } } }, @@ -909,6 +887,7 @@ "type": "string" }, "video": { + "description": "A video of the item.", "$ref": "#/definitions/VideoObject", "readOnly": true } @@ -1050,10 +1029,6 @@ "isSuperfresh": { "readOnly": true, "type": "boolean" - }, - "isFromVerifiedSource": { - "readOnly": true, - "type": "boolean" } } },