Microsoft Purview · Schema

AtlasTypesDef

The definitions of types

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
businessMetadataDefs array
classificationDefs array
entityDefs array
enumDefs array
relationshipDefs array
structDefs array
termTemplateDefs array
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlastypesdef-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasTypesDef",
  "title": "AtlasTypesDef",
  "type": "object",
  "description": "The definitions of types",
  "properties": {
    "businessMetadataDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "classificationDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "entityDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "enumDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "relationshipDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "structDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    },
    "termTemplateDefs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasTypeDef"
      }
    }
  }
}