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