Microsoft Purview · Schema

AutoCompleteResultValue

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
text string
queryPlusText string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-autocompleteresultvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutoCompleteResultValue",
  "title": "AutoCompleteResultValue",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "queryPlusText": {
      "type": "string"
    }
  }
}