Amazon ECR · JSON Structure

Ecr Openapi Create Repository Response Structure

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

Type: object Properties: 1
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCI

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

Properties

repository

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-create-repository-response-structure.json",
  "name": "CreateRepositoryResponse",
  "description": "CreateRepositoryResponse schema from Amazon ECR Amazon Elastic Container Registry (ECR) API",
  "type": "object",
  "properties": {
    "repository": {
      "$ref": "#/components/schemas/Repository"
    }
  }
}