Skip to content

Instantly share code, notes, and snippets.

@dcbuild3r
Last active March 18, 2025 22:39
Show Gist options
  • Select an option

  • Save dcbuild3r/d2cebbfcac018cd1c46928ee30363cba to your computer and use it in GitHub Desktop.

Select an option

Save dcbuild3r/d2cebbfcac018cd1c46928ee30363cba to your computer and use it in GitHub Desktop.
pluto manifest demo
{
"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