Amazon ECR · JSON Structure

Ecr Openapi Describe Repositories Response Structure

DescribeRepositoriesResponse schema from Amazon ECR Amazon Elastic Container Registry (ECR) API

Type: object Properties: 2
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCI

DescribeRepositoriesResponse is a JSON Structure definition published by Amazon ECR, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

repositories nextToken

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-ecr/refs/heads/main/json-structure/ecr-openapi-describe-repositories-response-structure.json",
  "name": "DescribeRepositoriesResponse",
  "description": "DescribeRepositoriesResponse schema from Amazon ECR Amazon Elastic Container Registry (ECR) API",
  "type": "object",
  "properties": {
    "repositories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Repository"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}