Microsoft Purview · Schema

KeyValuePair

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

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