A compliance audit report stored in S3.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Report", "description": "A compliance audit report stored in S3.", "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-report-schema.json", "type": "object", "properties": { "Report": { "type": "string", "description": "The report identifier (S3 key prefix).", "example": "2026-06-01" }, "LastModified": { "type": "string", "description": "The last-modified timestamp of the report object.", "example": "2026-06-01 14:30:00+00:00" } } }