{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-code-line-list-structure.json",
"name": "CodeLineList",
"description": "CodeLineList schema",
"type": "array",
"items": {
"type": "object",
"required": [
"content",
"lineNumber"
],
"properties": {
"content": {
"allOf": [
{
"$ref": "#/components/schemas/CodeLineContentString"
},
{
"description": "The content of a line of code"
}
]
},
"lineNumber": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The line number that a section of code is located at."
}
]
}
},
"description": "Contains information on the lines of code associated with a code snippet."
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.