Microsoft Purview · Schema

SearchFacetItem

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
count integer
facet string
sort object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-searchfacetitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchFacetItem",
  "title": "SearchFacetItem",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int32"
    },
    "facet": {
      "type": "string"
    },
    "sort": {
      "type": "object"
    }
  }
}