Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
update discover response so oras extension name is _oras (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singhal <akashsinghal@microsoft.com>
  • Loading branch information
akashsinghal authored Jul 1, 2022
1 parent 0b167f8 commit cbe1271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest-referrers-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ shown below.
GET /v2/{repository}/_oci/ext/discover
```

The response SHOULD contain an extension with the name of `cncf.oras.referrers`, the `url` link to the documentation defining the extension,
The response SHOULD contain an extension with the name of `_oras`, the `url` link to the documentation defining the extension,
and an `endpoints` list containing the path where the referrers can be requested.

```http
Expand All @@ -33,7 +33,7 @@ Content-Type: application/json
{
"extensions": [
{
"name": "cncf.oras.referrers",
"name": "_oras",
"url": "https://github.com/oras-project/artifacts-spec/blob/main/manifest-referrers-api.md",
"description": "ORAS referrers listing API",
"endpoints": [
Expand Down

0 comments on commit cbe1271

Please sign in to comment.