Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer Rule Tags Structure

RuleTags schema from Amazon CodeGuru Reviewer

Type: array Properties: 0
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

RuleTags is a JSON Structure definition published by Amazon CodeGuru Reviewer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/amazon-codeguru-reviewer/refs/heads/main/json-structure/amazon-codeguru-reviewer-rule-tags-structure.json",
  "name": "RuleTags",
  "description": "RuleTags schema from Amazon CodeGuru Reviewer",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/RuleTag"
  },
  "minItems": 1,
  "maxItems": 20
}