Adobe Creative Suite · Schema
Layer
Representation of a Photoshop document layer
CreativeDesignGraphicsPhotographyVideo
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique layer identifier within the document |
| index | integer | Layer stack index (0 = bottom) |
| name | string | Layer name as shown in the Layers panel |
| type | string | Layer type |
| visible | boolean | Whether the layer is visible |
| locked | boolean | Whether the layer is locked |
| opacity | integer | Layer opacity from 0 to 255 |
| blendMode | string | Blend mode of the layer |
| bounds | object | Layer bounding box in pixels |
| children | array | Child layers for group layers |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Layer",
"title": "Layer",
"type": "object",
"description": "Representation of a Photoshop document layer",
"properties": {
"id": {
"type": "integer",
"description": "Unique layer identifier within the document",
"example": 1920
},
"index": {
"type": "integer",
"description": "Layer stack index (0 = bottom)",
"example": 1920
},
"name": {
"type": "string",
"description": "Layer name as shown in the Layers panel",
"example": "Example Asset"
},
"type": {
"type": "string",
"description": "Layer type",
"enum": [
"layer",
"textLayer",
"adjustmentLayer",
"fillLayer",
"smartObject",
"backgroundLayer",
"groupLayer"
],
"example": "layer"
},
"visible": {
"type": "boolean",
"description": "Whether the layer is visible",
"example": true
},
"locked": {
"type": "boolean",
"description": "Whether the layer is locked",
"example": true
},
"opacity": {
"type": "integer",
"description": "Layer opacity from 0 to 255",
"minimum": 0,
"maximum": 255,
"example": 1920
},
"blendMode": {
"type": "string",
"description": "Blend mode of the layer",
"example": "normal"
},
"bounds": {
"type": "object",
"description": "Layer bounding box in pixels",
"properties": {
"top": {
"type": "integer"
},
"left": {
"type": "integer"
},
"bottom": {
"type": "integer"
},
"right": {
"type": "integer"
}
}
},
"children": {
"type": "array",
"description": "Child layers for group layers",
"items": {
"$ref": "#/components/schemas/Layer"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adobe-creative-suite-layer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.