ShowList

List of shows

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

Properties

Name Type Description
shows array
View JSON Schema on GitHub

JSON Schema

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