Chick-fil-A · Schema

IamRole

An IAM role record for an account.

Fast FoodRestaurantFood and BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Name string The IAM role name.
View JSON Schema on GitHub

JSON Schema

bovine-iam-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IamRole",
  "description": "An IAM role record for an account.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-iam-role-schema.json",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The IAM role name.",
      "example": "platform-deploy-role"
    }
  }
}