Microsoft Purview · Schema

TermSearchResultValue

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
name string
glossaryName string
guid string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-termsearchresultvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TermSearchResultValue",
  "title": "TermSearchResultValue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "glossaryName": {
      "type": "string"
    },
    "guid": {
      "type": "string",
      "format": "uuid"
    }
  }
}