{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-personalize/refs/heads/main/json-structure/openapi-solution-structure.json", "name": "Solution", "description": "Solution schema from Amazon Personalize", "type": "object", "properties": { "name": { "type": "string" }, "solutionArn": { "type": "string" }, "recipeArn": { "type": "string" }, "datasetGroupArn": { "type": "string" }, "status": { "type": "string" } } }