{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Credentials",
"type": "object",
"description": "Specifies the credentials of the stage.",
"properties": {
"credential_type": {
"type": "string",
"description": "Type of the credential, can be either AWS or AZURE."
}
}
}