Amazon Glue · JSON Structure

Glue Error By Name Structure

ErrorByName schema from Amazon Glue API

Type: object Properties: 0
AnalyticsData CatalogData IntegrationData PipelineETLServerless

ErrorByName is a JSON Structure definition published by Amazon Glue. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-error-by-name-structure.json",
  "name": "ErrorByName",
  "description": "ErrorByName schema from Amazon Glue API",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ErrorDetail"
  }
}