Chick-fil-A · JSON Structure

Bovine Compliance Rule Structure

An enabled compliance rule grouped by AWS service.

Type: object Properties: 2
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

ComplianceRule 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

Service Rule

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-compliance-rule-structure.json",
  "name": "ComplianceRule",
  "description": "An enabled compliance rule grouped by AWS service.",
  "type": "object",
  "properties": {
    "Service": {
      "type": "string",
      "description": "The AWS service the rule applies to.",
      "example": "s3"
    },
    "Rule": {
      "type": "object",
      "description": "The compliance rule definition.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Rule name.",
          "example": "s3-public-read-prohibited"
        },
        "description": {
          "type": "string",
          "description": "Rule description.",
          "example": "Checks that S3 buckets do not allow public read access."
        },
        "priority": {
          "type": "int32",
          "description": "Rule priority.",
          "example": 1
        }
      }
    }
  }
}