{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-get-recommender-configurations-response-structure.json", "name": "GetRecommenderConfigurationsResponse", "description": "GetRecommenderConfigurationsResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "ListRecommenderConfigurationsResponse": { "$ref": "#/components/schemas/ListRecommenderConfigurationsResponse" } }, "required": [ "ListRecommenderConfigurationsResponse" ] }