{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-organization-config-rules-response-schema.json", "title": "DescribeOrganizationConfigRulesResponse", "description": "DescribeOrganizationConfigRulesResponse schema", "type": "object", "properties": { "OrganizationConfigRules": { "allOf": [ { "$ref": "#/components/schemas/OrganizationConfigRules" }, { "description": "Returns a list of OrganizationConfigRule objects." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. " } ] } } }