Amazon Glue · Schema

CustomEntityTypes

CustomEntityTypes schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless
View JSON Schema on GitHub

JSON Schema

glue-custom-entity-types-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-custom-entity-types-schema.json",
  "title": "CustomEntityTypes",
  "description": "CustomEntityTypes schema from Amazon Glue API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/CustomEntityType"
  }
}