{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-get-resource-config-history-response-schema.json", "title": "GetResourceConfigHistoryResponse", "description": "The output for the GetResourceConfigHistory action.", "type": "object", "properties": { "configurationItems": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationItemList" }, { "description": "A list that contains the configuration history of one or more resources." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that you use in a subsequent request to get the next page of results in a paginated response." } ] } } }