Last active
March 18, 2025 22:39
-
-
Save dcbuild3r/d2cebbfcac018cd1c46928ee30363cba to your computer and use it in GitHub Desktop.
pluto manifest demo
This file contains hidden or 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
| { | |
| "manifestVersion": "4", | |
| "id": "is_adult_credential", | |
| "name": "Proof of Age", | |
| "title": "Date of Birth Verification", | |
| "description": "Generate a proof that a user is a Malaysian citizen and is over 18", | |
| "request": { | |
| "url": "https://gist.githubusercontent.com/dcbuild3r/09012034f3bc25b980443be1d4184278/raw/9e45e42d4ff7a84c07b1e36fc377eaf5d37c8013/response.json", | |
| "method": "GET", | |
| "headers": { | |
| "Content-Type": "application/json", | |
| "Accept": "application/json" | |
| } | |
| }, | |
| "response": { | |
| "status": "200", | |
| "headers": { | |
| "Content-Type": "text/plain; charset=utf-8" | |
| }, | |
| "body": { | |
| "json": [ | |
| "is_adult" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment