Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

snapshot.json

A codebase snapshot from which builds and releases may be derived.

Example snapshot.json:

{
"stream": {
"id": {
"canonical": "",
"aliases": [
]
},
"owner": {
"id": "<canonicalID (e.g. public key hash)>"
}
},
"id": {
"canonical": "",
"aliases": [
]
},
"ts": 123456789,
"tags": {
"foo": "bar"
},
"items": {
"<CanonicalID>": {
... source, hash, ...
}
},
"signature": {
...
}
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors