JobList

List of jobs

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

Properties

Name Type Description
jobs array
View JSON Schema on GitHub

JSON Schema

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