HeadingΒΆ

A Heading describes the setting and context of a scene.

{
  "numbering" : 1,
  "page" : 1,
  "context": {
    "en" : "INT"
  },
  "setting": {
    "en" : "CABIN"
  },
  "sequence": {
    "en" : "NIGHT"
  },
  "description" : {
    "en" : "Notes that appear in Card View go here."
  },
  "meta": {
    "example": "custom property data here"
  }
}
Property Description Type Required
context A Content object specifying INT/EXT/POV etc. object Yes
description A Content object detailing the scene. object No
meta An arbitrary Meta object for providing custom values. object No
numbering Production scene number to display. int No
page Page number the scene should appear on. int No
sequence A Content object specifying DAY/NIGHT etc. string Yes
setting A Content object specifying the location of the scene. string Yes

Note

Valid values for a scene context are I/E, INT, EXT, POV.

Note

Valid values for a scene sequence (time) are DAY, NIGHT, DAWN, DUSK, LATER, MOMENTS LATER, CONTINUOUS, MORNING, AFTERNOON, EVENING, THE NEXT DAY.