Amazon Glue · JSON Structure

Glue List Data Quality Rulesets Response Structure

ListDataQualityRulesetsResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

Rulesets NextToken

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-list-data-quality-rulesets-response-structure.json",
  "name": "ListDataQualityRulesetsResponse",
  "description": "ListDataQualityRulesetsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Rulesets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataQualityRulesetList"
        },
        {
          "description": "A paginated list of rulesets for the specified list of Glue tables."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "A pagination token, if more results are available."
        }
      ]
    }
  }
}