{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_temp_access_creds_response", "title": "r2_temp_access_creds_response", "example": { "accessKeyId": "example-access-key-id", "secretAccessKey": "example-secret-key", "sessionToken": "example-session-token" }, "properties": { "accessKeyId": { "description": "ID for new access key", "type": "string" }, "secretAccessKey": { "description": "Secret access key", "type": "string" }, "sessionToken": { "description": "Security token", "type": "string" } }, "type": "object" }