Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bundleReference to the claim specification #299

Merged
merged 2 commits into from
Dec 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 400-claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The CNAB claim is defined as a JSON document. The specification currently does n
"schemaVersion": "v1.0.0",
"version": "0.1.0"
},
"bundleReference": "hub.example.com/my/bundle@sha256:eeeeeeeee...",
"created": "2018-08-30T20:39:55.549002887-06:00",
"custom": {},
"modified": "2018-08-30T20:39:59.611068556-06:00",
Expand All @@ -76,6 +77,7 @@ The CNAB claim is defined as a JSON document. The specification currently does n
Source: [400.01-claim.json](examples/400.01-claim.json)

- bundle: The bundle, as defined in [the Bundle Definition](101-bundle-json.md).
- bundleReference (OPTIONAL): A canonical reference to the bundle used in the last action. This bundle SHOULD use a SHA to identify the specific version of the referenced bundle.
technosophos marked this conversation as resolved.
Show resolved Hide resolved
- created: A timestamp indicating when this release claim was first created. This MUST not be changed after initial creation.
- custom: A section for custom extension data applicable to a given runtime.
- modified: A timestamp indicating the last time this release claim was modified.
Expand Down