{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-get-signed-bluinsights-url-response-structure.json", "name": "GetSignedBluinsightsUrlResponse", "description": "GetSignedBluinsightsUrlResponse schema from AWS Mainframe Modernization API", "type": "object", "properties": { "signedBiUrl": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Single sign-on AWS Blu Insights URL." } ] } }, "required": [ "signedBiUrl" ] }