{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-organization-config-rule-detailed-status-response-structure.json", "name": "GetOrganizationConfigRuleDetailedStatusResponse", "description": "GetOrganizationConfigRuleDetailedStatusResponse schema", "type": "object", "properties": { "OrganizationConfigRuleDetailedStatus": { "allOf": [ { "$ref": "#/components/schemas/OrganizationConfigRuleDetailedStatus" }, { "description": "A list of MemberAccountStatus 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. " } ] } } }