{ "$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-associate-repository-response-schema.json", "title": "AssociateRepositoryResponse", "description": "AssociateRepositoryResponse schema from Amazon CodeGuru Reviewer", "type": "object", "properties": { "RepositoryAssociation": { "allOf": [ { "$ref": "#/components/schemas/RepositoryAssociation" }, { "description": "Information about the repository association." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "

An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:

" } ] } } }