Skip to content

Instantly share code, notes, and snippets.

@belohlavek
Created November 30, 2017 15:24
Show Gist options
  • Save belohlavek/61c812c3ddbdc8b55e4fabc2974a0802 to your computer and use it in GitHub Desktop.
Save belohlavek/61c812c3ddbdc8b55e4fabc2974a0802 to your computer and use it in GitHub Desktop.
Saving a new project
{
"message": "asd"
}
%dw 2.0
output application/json
---
payload.message
%dw 2.0
output application/json
---
{}
{
"project": {
"name": "Saving a new project",
"mainScript": "scripts/main.dwl"
},
"meta": {
"projectFileVersion": "0.1.0",
"creationDate": "11/30/2017"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment