Created
August 9, 2020 15:53
-
-
Save cedricziel/a30222b8492403d649ed6379e6e794e1 to your computer and use it in GitHub Desktop.
Canva.com Publish Extension Request Schema
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
{ | |
"user": "userid", | |
"brand": "brandid", | |
"label": "Publish", | |
"message": "message provided", | |
"assets": [ | |
{ | |
"url":"https://s3-url", | |
"type":"PNG", | |
"name":"0001-9416535780.png" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment