Microsoft Purview · Schema

CollectionReference

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
referenceName string
type string
View JSON Schema on GitHub

JSON Schema

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