LayerList

List of layers

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

Properties

Name Type Description
layers array
View JSON Schema on GitHub

JSON Schema

academy-software-foundation-layerlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LayerList",
  "title": "LayerList",
  "type": "object",
  "description": "List of layers",
  "properties": {
    "layers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Layer"
      }
    }
  }
}