Chick-fil-A · JSON Structure

Bovine Iam Role Structure

An IAM role record for an account.

Type: object Properties: 1
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

IamRole is a JSON Structure definition published by Chick-fil-A, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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