Academy Software Foundation · JSON Structure

Opencue Show List Structure

List of shows

Type: object Properties: 1
AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

ShowList 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

shows

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-show-list-structure.json",
  "name": "ShowList",
  "description": "List of shows",
  "type": "object",
  "properties": {
    "shows": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Show"
      }
    }
  }
}