Microsoft Purview · Schema

UserRequestPayload

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
operations array
comment string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-userrequestpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserRequestPayload",
  "title": "UserRequestPayload",
  "type": "object",
  "properties": {
    "operations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "payload": {
            "type": "object"
          }
        }
      }
    },
    "comment": {
      "type": "string"
    }
  }
}