Adobe Creative Suite · Example Payload

Adobe Creative Suite Photoshop Layer Example

CreativeDesignGraphicsPhotographyVideo

Adobe Creative Suite Photoshop Layer Example is an example object payload from Adobe Creative Suite, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idindexnametypevisiblelockedopacityblendModeboundschildren

Example Payload

Raw ↑
{
  "id": 1920,
  "index": 1920,
  "name": "Example Asset",
  "type": "layer",
  "visible": true,
  "locked": true,
  "opacity": 1920,
  "blendMode": "normal",
  "bounds": {
    "top": 1920,
    "left": 1920,
    "bottom": 1920,
    "right": 1920
  },
  "children": [
    "example_value"
  ]
}