Last active
September 4, 2020 03:08
-
-
Save lemonlatte/105581b2d8e1be1a1f3b000a9cfbe2b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://w3id.org/security/v2", | |
"id": "https://bitmark.com/cap/bitmarkd", | |
"parentCapability": "https://gist.githubusercontent.com/lemonlatte/105581b2d8e1be1a1f3b000a9cfbe2b1/raw/5119e7df6e3b33e5a873bb143dacccc31a7761ac/my-repo.jsonld", | |
"invoker": "https://social.example#alyssa" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://gist.githubusercontent.com/lemonlatte/e1c0d1e535c3a8fe93e831e1ae1649a2/raw/b92bf9abd4694c51bb26929e6860fd2b5d9a8ae6/git.jsonld", | |
"@id": "./my-repo.jsonld", | |
"repository": "https://github.com/bitmark-inc/bitmarkd", | |
"branch": "master", | |
"file": [ | |
"README.md", | |
"doc/**" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment