{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-structure/amazon-codeguru-security-code-line-structure.json", "name": "CodeLine", "description": "The line of code where a finding was detected.", "type": "object", "properties": { "content": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The code that contains a vulnerability." } ] }, "number": { "allOf": [ { "$ref": "#/components/schemas/Integer" }, { "description": "The code line number." } ] } } }