diff --git a/specification/cognitiveservices/data-plane/ContentModerator/stable/v1.0/ContentModerator.json b/specification/cognitiveservices/data-plane/ContentModerator/stable/v1.0/ContentModerator.json index da898426929b..c1ade1fec92a 100644 --- a/specification/cognitiveservices/data-plane/ContentModerator/stable/v1.0/ContentModerator.json +++ b/specification/cognitiveservices/data-plane/ContentModerator/stable/v1.0/ContentModerator.json @@ -2312,6 +2312,7 @@ }, "definitions": { "Frames": { + "type": "object", "description": "The response for a Get Frames request.", "properties": { "ReviewId": { @@ -2327,6 +2328,7 @@ } }, "Frame": { + "type": "object", "description": "Video frame property details.", "properties": { "Timestamp": { @@ -2354,6 +2356,7 @@ } }, "Screen": { + "type": "object", "description": "The response for a Screen text request.", "properties": { "OriginalText": { @@ -2404,9 +2407,11 @@ } }, "Classification": { + "type": "object", "description": "The classification details of the text.", "properties": { "Category1": { + "type": "object", "description": "The category1 score details of the text. Click here for more details on category classification.", "properties": { "Score": { @@ -2416,6 +2421,7 @@ } }, "Category2": { + "type": "object", "description": "The category2 score details of the text. Click here for more details on category classification.", "properties": { "Score": { @@ -2425,6 +2431,7 @@ } }, "Category3": { + "type": "object", "description": "The category3 score details of the text. Click here for more details on category classification.", "properties": { "Score": { @@ -2440,6 +2447,7 @@ } }, "PII": { + "type": "object", "description": "Personal Identifier Information details.", "properties": { "Email": { @@ -2475,6 +2483,7 @@ } }, "Email": { + "type": "object", "description": "Email Address details.", "properties": { "Detected": { @@ -2496,6 +2505,7 @@ } }, "SSN": { + "type": "object", "description": "Detected SSN details.", "properties": { "Text": { @@ -2509,6 +2519,7 @@ } }, "IPA": { + "type": "object", "description": "IP Address details.", "properties": { "SubType": { @@ -2526,6 +2537,7 @@ } }, "Phone": { + "type": "object", "description": "Phone Property details.", "properties": { "CountryCode": { @@ -2543,6 +2555,7 @@ } }, "Address": { + "type": "object", "description": "Address details.", "properties": { "Text": { @@ -2556,6 +2569,7 @@ } }, "DetectedTerms": { + "type": "object", "description": "Detected Terms details.", "properties": { "Index": { @@ -2577,6 +2591,7 @@ } }, "FoundFaces": { + "type": "object", "description": "Request object the contains found faces.", "properties": { "Status": { @@ -2616,6 +2631,7 @@ } }, "Face": { + "type": "object", "description": "Coordinates to the found face.", "properties": { "Bottom": { @@ -2637,6 +2653,7 @@ } }, "OCR": { + "type": "object", "description": "Contains the text found in image for the language specified.", "properties": { "Status": { @@ -2676,6 +2693,7 @@ } }, "KeyValuePair": { + "type": "object", "description": "The key value pair object properties.", "properties": { "Key": { @@ -2689,6 +2707,7 @@ } }, "Candidate": { + "type": "object", "description": "OCR candidate text.", "properties": { "Text": { @@ -2702,6 +2721,7 @@ } }, "Evaluate": { + "type": "object", "description": "Evaluate response object.", "properties": { "CacheID": { @@ -2746,6 +2766,7 @@ } }, "MatchResponse": { + "type": "object", "description": "The response for a Match request.", "properties": { "TrackingId": { @@ -2774,6 +2795,7 @@ } }, "Match": { + "type": "object", "description": "The match details.", "properties": { "Score": { @@ -2802,6 +2824,7 @@ } }, "Tag": { + "type": "object", "description": "Tag details.", "properties": { "Key": { @@ -2815,6 +2838,7 @@ } }, "DetectedLanguage": { + "type": "object", "description": "Detect language result.", "properties": { "DetectedLanguage": { @@ -2832,6 +2856,7 @@ } }, "ImageList": { + "type": "object", "description": "Image List Properties.", "properties": { "Id": { @@ -2856,6 +2881,7 @@ } }, "TermList": { + "type": "object", "description": "Term List Properties.", "properties": { "Id": { @@ -2892,6 +2918,7 @@ } }, "RefreshIndex": { + "type": "object", "description": "Refresh Index Response.", "properties": { "ContentSourceId": { @@ -2923,6 +2950,7 @@ } }, "Image": { + "type": "object", "description": "Image Properties.", "properties": { "ContentId": { @@ -2957,6 +2985,7 @@ } }, "Status": { + "type": "object", "description": "Status properties.", "properties": { "Code": { @@ -2974,6 +3003,7 @@ } }, "ImageIds": { + "type": "object", "description": "Image Id properties.", "properties": { "ContentSource": { @@ -2999,6 +3029,7 @@ } }, "Terms": { + "type": "object", "description": "Terms properties.", "properties": { "Data": { @@ -3006,6 +3037,7 @@ "$ref": "#/definitions/TermsData" }, "Paging": { + "type": "object", "description": "Paging details.", "properties": { "Total": { @@ -3029,6 +3061,7 @@ } }, "TermsData": { + "type": "object", "description": "All term Id response properties.", "properties": { "Language": { @@ -3054,6 +3087,7 @@ } }, "TermsInList": { + "type": "object", "description": "Terms in list Id passed.", "properties": { "Term": { @@ -3063,6 +3097,7 @@ } }, "Review": { + "type": "object", "description": "The Review object.", "properties": { "ReviewId": { @@ -3114,6 +3149,7 @@ } }, "Job": { + "type": "object", "description": "The Job object.", "properties": { "Id": { @@ -3161,6 +3197,7 @@ } }, "JobExecutionReportDetails": { + "type": "object", "description": "Job Execution Report Values.", "properties": { "Ts": { @@ -3181,6 +3218,7 @@ } }, "JobListResult": { + "type": "object", "description": "The list of job ids.", "properties": { "Value": { @@ -3193,6 +3231,7 @@ } }, "JobId": { + "type": "object", "properties": { "JobId": { "description": "Id of the created job.", diff --git a/specification/cognitiveservices/data-plane/FormRecognizer/preview/v1.0/FormRecognizerReceipt.json b/specification/cognitiveservices/data-plane/FormRecognizer/preview/v1.0/FormRecognizerReceipt.json index 8db7ac356f97..a1c1d63885c2 100644 --- a/specification/cognitiveservices/data-plane/FormRecognizer/preview/v1.0/FormRecognizerReceipt.json +++ b/specification/cognitiveservices/data-plane/FormRecognizer/preview/v1.0/FormRecognizerReceipt.json @@ -174,6 +174,7 @@ } }, "understandingResult": { + "type": "object", "description": "A set of extracted fields corresponding to a semantic object, such as a receipt, in the input document.", "properties": { "pages": { @@ -194,6 +195,7 @@ } }, "elementReference": { + "type": "object", "description": "Reference to an OCR word.", "properties": { "$ref": { @@ -227,6 +229,7 @@ } }, "stringValue": { + "type": "object", "description": "Recognized string field value.", "allOf": [ { @@ -241,6 +244,7 @@ } }, "numberValue": { + "type": "object", "description": "Recognized numeric field value.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json index f46371f0e2f3..80257931ee18 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json @@ -9553,6 +9553,7 @@ ] }, "CustomPrebuiltModel": { + "type": "object", "description": "A Custom Prebuilt model.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index 78ac3ae965ea..b67f2af17d12 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -9107,6 +9107,7 @@ ] }, "CustomPrebuiltModel": { + "type": "object", "description": "A Custom Prebuilt model.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json index ab77eb47f9a4..e58c6a64a47a 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json +++ b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json @@ -339,6 +339,7 @@ ] }, "EntityWithScore": { + "type": "object", "allOf": [ { "$ref": "#/definitions/EntityModel" @@ -360,6 +361,7 @@ ] }, "EntityWithResolution": { + "type": "object", "allOf": [ { "$ref": "#/definitions/EntityModel" diff --git a/specification/cognitiveservices/data-plane/Personalizer/stable/v1.0/Personalizer.json b/specification/cognitiveservices/data-plane/Personalizer/stable/v1.0/Personalizer.json index e89aa576ea0a..a77744eb1041 100644 --- a/specification/cognitiveservices/data-plane/Personalizer/stable/v1.0/Personalizer.json +++ b/specification/cognitiveservices/data-plane/Personalizer/stable/v1.0/Personalizer.json @@ -925,6 +925,7 @@ "readOnly": true }, "totalSummary": { + "type": "object", "allOf": [ { "$ref": "#/definitions/PolicyResultSummary" @@ -1034,6 +1035,7 @@ "type": "object", "properties": { "dateRange": { + "type": "object", "allOf": [ { "$ref": "#/definitions/DateRange" diff --git a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json index 26ef7ee004ab..b7eaab21a523 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json +++ b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json @@ -773,6 +773,7 @@ "additionalProperties": false, "properties": { "add": { + "type": "object", "description": "An instance of CreateKbInputDTO for add operation", "allOf": [ { @@ -781,6 +782,7 @@ ] }, "delete": { + "type": "object", "description": "An instance of DeleteKbContentsDTO for delete Operation", "allOf": [ { @@ -789,6 +791,7 @@ ] }, "update": { + "type": "object", "description": "An instance of UpdateKbContentsDTO for Update Operation", "allOf": [ { @@ -862,6 +865,7 @@ "maxLength": 300 }, "questions": { + "type": "object", "description": "List of questions associated with the answer.", "allOf": [ { @@ -870,6 +874,7 @@ ] }, "metadata": { + "type": "object", "description": "List of metadata associated with the answer to be updated", "allOf": [ { @@ -878,6 +883,7 @@ ] }, "context": { + "type": "object", "description": "Context associated with Qna to be updated.", "allOf": [ { @@ -1173,6 +1179,7 @@ } }, "context": { + "type": "object", "description": "Context of a QnA", "allOf": [ { @@ -1220,6 +1227,7 @@ "format": "int32" }, "qna": { + "type": "object", "description": "QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object", "allOf": [ { @@ -1263,6 +1271,7 @@ "additionalProperties": false, "properties": { "error": { + "type": "object", "description": "The error object.", "allOf": [ { @@ -1462,6 +1471,7 @@ "additionalProperties": false, "properties": { "activeLearning": { + "type": "object", "description": "Active Learning settings of the endpoint.", "allOf": [ { @@ -1577,6 +1587,7 @@ "description": "Minimum threshold score for answers." }, "context": { + "type": "object", "description": "Context object with previous QnA's information.", "allOf": [ { @@ -1608,6 +1619,7 @@ ] }, "answerSpanRequest": { + "type": "object", "description": "To configure Answer span prediction feature.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.2/QnAMaker.json b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.2/QnAMaker.json index 6d76a5e4131e..de55c7dc323d 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.2/QnAMaker.json +++ b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.2/QnAMaker.json @@ -815,6 +815,7 @@ "additionalProperties": false, "properties": { "add": { + "type": "object", "description": "An instance of CreateKbInputDTO for add operation", "allOf": [ { @@ -823,6 +824,7 @@ ] }, "delete": { + "type": "object", "description": "An instance of DeleteKbContentsDTO for delete Operation", "allOf": [ { @@ -831,6 +833,7 @@ ] }, "update": { + "type": "object", "description": "An instance of UpdateKbContentsDTO for Update Operation", "allOf": [ { @@ -904,6 +907,7 @@ "maxLength": 300 }, "questions": { + "type": "object", "description": "List of questions associated with the answer.", "allOf": [ { @@ -912,6 +916,7 @@ ] }, "metadata": { + "type": "object", "description": "List of metadata associated with the answer to be updated", "allOf": [ { @@ -920,6 +925,7 @@ ] }, "context": { + "type": "object", "description": "Context associated with Qna to be updated.", "allOf": [ { @@ -1219,6 +1225,7 @@ } }, "context": { + "type": "object", "description": "Context of a QnA", "allOf": [ { @@ -1266,6 +1273,7 @@ "format": "int32" }, "qna": { + "type": "object", "description": "QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object", "allOf": [ { @@ -1309,6 +1317,7 @@ "additionalProperties": false, "properties": { "error": { + "type": "object", "description": "The error object.", "allOf": [ { @@ -1508,6 +1517,7 @@ "additionalProperties": false, "properties": { "activeLearning": { + "type": "object", "description": "Active Learning settings of the endpoint.", "allOf": [ { @@ -1623,6 +1633,7 @@ "description": "Minimum threshold score for answers." }, "context": { + "type": "object", "description": "Context object with previous QnA's information.", "allOf": [ { @@ -1654,6 +1665,7 @@ ] }, "answerSpanRequest": { + "type": "object", "description": "To configure Answer span prediction feature.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMaker.json b/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMaker.json index 0f218c5ea51c..821c2ed957cd 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMaker.json +++ b/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMaker.json @@ -608,6 +608,7 @@ "additionalProperties": false, "properties": { "add": { + "type": "object", "description": "An instance of CreateKbInputDTO for add operation", "allOf": [ { @@ -616,6 +617,7 @@ ] }, "delete": { + "type": "object", "description": "An instance of DeleteKbContentsDTO for delete Operation", "allOf": [ { @@ -624,6 +626,7 @@ ] }, "update": { + "type": "object", "description": "An instance of UpdateKbContentsDTO for Update Operation", "allOf": [ { @@ -691,6 +694,7 @@ "maxLength": 300 }, "questions": { + "type": "object", "description": "List of questions associated with the answer.", "allOf": [ { @@ -699,6 +703,7 @@ ] }, "metadata": { + "type": "object", "description": "List of metadata associated with the answer to be updated", "allOf": [ { @@ -707,6 +712,7 @@ ] }, "context": { + "type": "object", "description": "Context associated with Qna to be updated.", "allOf": [ { @@ -992,6 +998,7 @@ } }, "context": { + "type": "object", "description": "Context of a QnA", "allOf": [ { @@ -1034,6 +1041,7 @@ "format": "int32" }, "qna": { + "type": "object", "description": "QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object", "allOf": [ { @@ -1077,6 +1085,7 @@ "additionalProperties": false, "properties": { "error": { + "type": "object", "description": "The error object.", "allOf": [ { @@ -1276,6 +1285,7 @@ "additionalProperties": false, "properties": { "activeLearning": { + "type": "object", "description": "Active Learning settings of the endpoint.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json b/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json index 04490d47590a..a7dd81f19cbc 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json +++ b/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json @@ -153,6 +153,7 @@ } }, "context": { + "type": "object", "description": "Context of a QnA", "allOf": [ { @@ -195,6 +196,7 @@ "format": "int32" }, "qna": { + "type": "object", "description": "QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object", "allOf": [ { @@ -238,6 +240,7 @@ "additionalProperties": false, "properties": { "error": { + "type": "object", "description": "The error object.", "allOf": [ { @@ -350,6 +353,7 @@ "description": "Threshold for answers returned based on score." }, "context": { + "type": "object", "description": "Context object with previous QnA's information.", "allOf": [ { diff --git a/specification/cognitiveservices/data-plane/SpeakerRecognition/Identification/preview/v2.0/Identification.json b/specification/cognitiveservices/data-plane/SpeakerRecognition/Identification/preview/v2.0/Identification.json index d5476d4178cc..953d85e45fda 100644 --- a/specification/cognitiveservices/data-plane/SpeakerRecognition/Identification/preview/v2.0/Identification.json +++ b/specification/cognitiveservices/data-plane/SpeakerRecognition/Identification/preview/v2.0/Identification.json @@ -134,6 +134,7 @@ "example": "2019-12-05" }, "LocaleInfo": { + "type": "object", "description": "Speaker profile locale", "required": [ "locale" @@ -145,6 +146,7 @@ } }, "TiProfileInfoList": { + "type": "object", "description": "Text-Independent Speaker profile info list", "properties": { "profiles": { @@ -159,6 +161,7 @@ } }, "TiProfileInfo": { + "type": "object", "description": "Text-Independent Speaker profile info", "properties": { "profileId": { @@ -194,6 +197,7 @@ } }, "TiEnrollmentInfo": { + "type": "object", "description": "Speaker profile enrollment info", "properties": { "profileId": { @@ -227,6 +231,7 @@ } }, "IdentifiedSingleSpeakerInfo": { + "type": "object", "properties": { "identifiedProfile": { "description": "Object containing data of identified profile.", @@ -263,6 +268,7 @@ } }, "IdentifyInfo": { + "type": "object", "description": "Identified speaker info", "properties": { "profileId": { @@ -281,11 +287,13 @@ } }, "Error": { + "type": "object", "required": [ "error" ], "properties": { "error": { + "type": "object", "properties": { "code": { "type": "string" diff --git a/specification/cognitiveservices/data-plane/SpeakerRecognition/Verification/preview/v2.0/Verification.json b/specification/cognitiveservices/data-plane/SpeakerRecognition/Verification/preview/v2.0/Verification.json index 2530e8f3ea1c..b15161e3244a 100644 --- a/specification/cognitiveservices/data-plane/SpeakerRecognition/Verification/preview/v2.0/Verification.json +++ b/specification/cognitiveservices/data-plane/SpeakerRecognition/Verification/preview/v2.0/Verification.json @@ -139,6 +139,7 @@ "example": "2019-12-05" }, "LocaleInfo": { + "type": "object", "description": "Speaker profile locale", "properties": { "locale": { @@ -147,6 +148,7 @@ } }, "TdProfileInfoList": { + "type": "object", "description": "Text-Dependent Speaker profile info list", "properties": { "profiles": { @@ -161,6 +163,7 @@ } }, "TdProfileInfo": { + "type": "object", "description": "Text-Dependent Speaker profile info", "properties": { "profileId": { @@ -196,6 +199,7 @@ } }, "TdEnrollmentInfo": { + "type": "object", "description": "Text-Dependent Speaker profile enrollment info", "properties": { "profileId": { @@ -234,6 +238,7 @@ } }, "TiProfileInfoList": { + "type": "object", "description": "Text-Independent Speaker profile info list", "properties": { "profiles": { @@ -248,6 +253,7 @@ } }, "TiProfileInfo": { + "type": "object", "description": "Text-Independent Speaker profile info", "properties": { "profileId": { @@ -283,6 +289,7 @@ } }, "TiEnrollmentInfo": { + "type": "object", "description": "Text-Independent Speaker profile enrollment info", "properties": { "profileId": { @@ -316,6 +323,7 @@ } }, "RecognitionInfo": { + "type": "object", "description": "Speaker recognition result", "properties": { "recognitionResult": { @@ -339,12 +347,14 @@ } }, "Error": { + "type": "object", "description": "Speaker error message", "required": [ "error" ], "properties": { "error": { + "type": "object", "properties": { "code": { "type": "string" diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.3/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.3/TextAnalytics.json index 6d51fc3cb87d..2021877e55d7 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.3/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.3/TextAnalytics.json @@ -931,6 +931,7 @@ } }, "AnalyzeBatchInput": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobDescriptor" @@ -952,6 +953,7 @@ ] }, "AnalyzeJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/AnalyzeJobMetadata" @@ -1673,6 +1675,7 @@ } }, "HealthcareJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobMetadata" @@ -1774,6 +1777,7 @@ "$ref": "#/definitions/Entity" }, { + "type": "object", "required": [ "isNegated" ], @@ -1968,6 +1972,7 @@ "$ref": "#/definitions/JobMetadata" }, { + "type": "object", "properties": { "displayName": { "type": "string" diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json index 5ed41b4f1b6c..ad3987790350 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json @@ -943,6 +943,7 @@ } }, "AnalyzeBatchInput": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobDescriptor" @@ -964,6 +965,7 @@ ] }, "AnalyzeJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/AnalyzeJobMetadata" @@ -1695,6 +1697,7 @@ } }, "HealthcareJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobMetadata" @@ -1796,6 +1799,7 @@ "$ref": "#/definitions/Entity" }, { + "type": "object", "properties": { "assertion": { "type": "object", @@ -2074,6 +2078,7 @@ "$ref": "#/definitions/JobMetadata" }, { + "type": "object", "properties": { "displayName": { "type": "string" diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.5/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.5/TextAnalytics.json index f45bd6164b6a..0a8ded4b0b59 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.5/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.5/TextAnalytics.json @@ -1003,6 +1003,7 @@ } }, "AnalyzeBatchInput": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobDescriptor" @@ -1016,6 +1017,7 @@ ] }, "AnalyzeJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/AnalyzeJobMetadata" @@ -1730,6 +1732,7 @@ } }, "HealthcareJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobMetadata" @@ -1951,6 +1954,7 @@ } }, "HealthcareLinkingProperties": { + "type": "object", "properties": { "assertion": { "type": "object", @@ -2160,6 +2164,7 @@ "type": "object" }, "AnalyzeJobDisplayName": { + "type": "object", "properties": { "displayName": { "type": "string" diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.1/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.1/TextAnalytics.json index 39d988388122..65a0e9110213 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.1/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.1/TextAnalytics.json @@ -927,6 +927,7 @@ } }, "AnalyzeBatchInput": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobDescriptor" @@ -940,6 +941,7 @@ ] }, "AnalyzeJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/AnalyzeJobMetadata" @@ -1647,6 +1649,7 @@ } }, "HealthcareJobState": { + "type": "object", "allOf": [ { "$ref": "#/definitions/JobMetadata" @@ -1939,6 +1942,7 @@ } }, "HealthcareLinkingProperties": { + "type": "object", "properties": { "assertion": { "type": "object", @@ -2147,6 +2151,7 @@ "type": "object" }, "AnalyzeJobDisplayName": { + "type": "object", "properties": { "displayName": { "type": "string"