{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AWSStsCredentials", "title": "AWSStsCredentials", "type": "object", "properties": { "AccessKeyId": { "type": "string", "description": "This is the access key ID for the AWS credential" }, "Expiration": { "format": "date-time", "type": "string", "description": "This is the expiration date for the AWS credential" }, "SecretAccessKey": { "type": "string", "description": "This is the secret access key for the AWS credential" }, "SessionToken": { "type": "string", "description": "This is the session token for the AWS credential" } } }