Microsoft Purview · Schema

SuggestRequest

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
keywords string
limit integer
filter object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-suggestrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestRequest",
  "title": "SuggestRequest",
  "type": "object",
  "properties": {
    "keywords": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "format": "int32"
    },
    "filter": {
      "type": "object"
    }
  }
}