Chick-fil-A · JSON Structure

Bovine Iam User Summary Structure

A summary IAM user record for an account.

Type: object Properties: 2
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

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

Properties

Account Username

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-user-summary-structure.json",
  "name": "IamUserSummary",
  "description": "A summary IAM user record for an account.",
  "type": "object",
  "properties": {
    "Account": {
      "type": "object",
      "properties": {
        "accountNum": {
          "type": "string",
          "example": "123456789012"
        }
      }
    },
    "Username": {
      "type": "string",
      "description": "The IAM username.",
      "example": "jsmith"
    }
  }
}