Microsoft Purview · Schema

CheckNameAvailabilityRequest

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

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

JSON Schema

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