| Name | Type | Description | Notes |
|---|---|---|---|
| urn | String | The design URN; returned when uploading the file to Forge The URN needs to be Base64 (URL Safe) encoded. | |
| compressedUrn | Boolean | Set this to `true` if the source file is compressed. If set to `true`, you need to define the `rootFilename`. | [optional] |
| rootFilename | String | The root filename of the compressed file. Mandatory if the `compressedUrn` is set to `true`. | [optional] |