{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateApplicationPresignedUrlResponse", "title": "CreateApplicationPresignedUrlResponse", "type": "object", "properties": { "AuthorizedUrl": { "allOf": [ { "$ref": "#/components/schemas/AuthorizedUrl" }, { "description": "The URL of the extension." } ] } } }