{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-request-upload-credentials-input-schema.json", "title": "RequestUploadCredentialsInput", "description": "RequestUploadCredentialsInput schema from Amazon GameLift API", "type": "object", "properties": { "BuildId": { "allOf": [ { "$ref": "#/components/schemas/BuildIdOrArn" }, { "description": "A unique identifier for the build to get credentials for. You can use either the build ID or ARN value. " } ] } }, "required": [ "BuildId" ] }