Amazon Glue · Schema

GetDataQualityResultResponse

GetDataQualityResultResponse schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
ResultId object
Score object
DataSource object
RulesetName object
EvaluationContext object
StartedOn object
CompletedOn object
JobName object
JobRunId object
RulesetEvaluationRunId object
RuleResults object
View JSON Schema on GitHub

JSON Schema

glue-get-data-quality-result-response-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-get-data-quality-result-response-schema.json",
  "title": "GetDataQualityResultResponse",
  "description": "GetDataQualityResultResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "ResultId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "A unique result ID for the data quality result."
        }
      ]
    },
    "Score": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericBoundedDouble"
        },
        {
          "description": "An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules."
        }
      ]
    },
    "DataSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataSource"
        },
        {
          "description": "The table associated with the data quality result, if any."
        }
      ]
    },
    "RulesetName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameString"
        },
        {
          "description": "The name of the ruleset associated with the data quality result."
        }
      ]
    },
    "EvaluationContext": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the <code>evaluationContext</code> can differentiate the nodes."
        }
      ]
    },
    "StartedOn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time when the run for this data quality result started."
        }
      ]
    },
    "CompletedOn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time when the run for this data quality result was completed."
        }
      ]
    },
    "JobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameString"
        },
        {
          "description": "The job name associated with the data quality result, if any."
        }
      ]
    },
    "JobRunId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "The job run ID associated with the data quality result, if any."
        }
      ]
    },
    "RulesetEvaluationRunId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "The unique run ID associated with the ruleset evaluation."
        }
      ]
    },
    "RuleResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataQualityRuleResults"
        },
        {
          "description": "A list of <code>DataQualityRuleResult</code> objects representing the results for each rule. "
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-get-data-quality-result-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.