{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-create-repository-result-schema.json", "title": "CreateRepositoryResult", "description": "CreateRepositoryResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "repository": { "allOf": [ { "$ref": "#/components/schemas/RepositoryDescription" }, { "description": " Information about the created repository after processing the request. " } ] } } }