{
"$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-conformance-packs-request-schema.json",
"title": "DescribeOrganizationConformancePacksRequest",
"description": "DescribeOrganizationConformancePacksRequest schema",
"type": "object",
"properties": {
"OrganizationConformancePackNames": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationConformancePackNames"
},
{
"description": "The name that you assign to an organization conformance pack."
}
]
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/CosmosPageLimit"
},
{
"description": "The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100."
}
]
},
"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."
}
]
}
}
}