{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-reactions-schema.json", "title": "Reactions", "description": "Reactions schema from Amazon CodeGuru Reviewer", "type": "array", "items": { "$ref": "#/components/schemas/Reaction" }, "minItems": 0, "maxItems": 1 }