{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-list-repositories-in-domain-result-schema.json", "title": "ListRepositoriesInDomainResult", "description": "ListRepositoriesInDomainResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "repositories": { "allOf": [ { "$ref": "#/components/schemas/RepositorySummaryList" }, { "description": " The returned list of repositories. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": " If there are additional results, this is the token for the next set of results. " } ] } } }