Microsoft Purview · Schema

ResourceLink

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
displayName string
url string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-resourcelink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceLink",
  "title": "ResourceLink",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  }
}