Academy Software Foundation · JSON Structure

Opencue Layer List Structure

List of layers

Type: object Properties: 1
AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

LayerList is a JSON Structure definition published by Academy Software Foundation, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

layers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/academy-software-foundation/refs/heads/main/json-structure/opencue-layer-list-structure.json",
  "name": "LayerList",
  "description": "List of layers",
  "type": "object",
  "properties": {
    "layers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Layer"
      }
    }
  }
}