Microsoft Purview · Schema

SearchResult

Search result

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
searchCount integer
searchFacets object
value array
View JSON Schema on GitHub

JSON Schema

microsoft-purview-searchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchResult",
  "title": "SearchResult",
  "type": "object",
  "description": "Search result",
  "properties": {
    "searchCount": {
      "type": "integer",
      "format": "int32"
    },
    "searchFacets": {
      "type": "object"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SearchResultValue"
      }
    }
  }
}