Microsoft Purview · Schema

SuggestResult

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

microsoft-purview-suggestresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestResult",
  "title": "SuggestResult",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SearchResultValue"
      }
    }
  }
}