Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Application Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Application Example is an example object payload from Adobe Illustrator, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameversionbuildNumberlocalescriptingVersionfreeMemoryactiveDocumentdocumentsuserInteractionLevel

Example Payload

Raw ↑
{
  "name": "Example Artboard",
  "version": "example_value",
  "buildNumber": "example_value",
  "locale": "example_value",
  "scriptingVersion": "example_value",
  "freeMemory": 1024,
  "activeDocument": "example_value",
  "documents": [
    "example_value"
  ],
  "userInteractionLevel": "DISPLAYALERTS"
}