{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-get-component-version-artifact-response-schema.json", "title": "GetComponentVersionArtifactResponse", "description": "GetComponentVersionArtifactResponse schema", "type": "object", "properties": { "preSignedUrl": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The URL of the artifact." } ] } }, "required": [ "preSignedUrl" ] }