{ "$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-create-recommender-configuration-response-schema.json", "title": "CreateRecommenderConfigurationResponse", "description": "CreateRecommenderConfigurationResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "RecommenderConfigurationResponse": { "$ref": "#/components/schemas/RecommenderConfigurationResponse" } }, "required": [ "RecommenderConfigurationResponse" ] }