Skip to content

Instantly share code, notes, and snippets.

@belohlavek
Last active December 1, 2017 23:02
Show Gist options
  • Save belohlavek/f23b6b7f2dc2df6183a9fd8ff4626a79 to your computer and use it in GitHub Desktop.
Save belohlavek/f23b6b7f2dc2df6183a9fd8ff4626a79 to your computer and use it in GitHub Desktop.
Untitled project
{
"message": "Hello world!"
}
%dw 2.0
output application/json
---
payload.message
{
"project": {
"name": "Untitled project",
"mainScript": "scripts/main.dwl",
"apiled": {
"deploymentId": "cf4103ca-c797-4e14-8d7a-35ff72dc1e8c",
"domain": "untitled-projectooop"
}
},
"meta": {
"projectFileVersion": "0.1.0",
"creationDate": "12/01/2017"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment