{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-list-conformance-pack-compliance-scores-response-structure.json",
"name": "ListConformancePackComplianceScoresResponse",
"description": "ListConformancePackComplianceScoresResponse schema",
"type": "object",
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The nextToken string that you can use to get the next page of results in a paginated response."
}
]
},
"ConformancePackComplianceScores": {
"allOf": [
{
"$ref": "#/components/schemas/ConformancePackComplianceScores"
},
{
"description": "A list of ConformancePackComplianceScore objects."
}
]
}
},
"required": [
"ConformancePackComplianceScores"
]
}