{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-list-flywheels-response-schema.json",
"title": "ListFlywheelsResponse",
"description": "ListFlywheelsResponse schema",
"type": "object",
"properties": {
"FlywheelSummaryList": {
"allOf": [
{
"$ref": "#/components/schemas/FlywheelSummaryList"
},
{
"description": "A list of flywheel properties retrieved by the service in response to the request. "
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Identifies the next page of results to return."
}
]
}
}
}