Skip to content

Commit 98da562

Browse files
authored
Merge pull request #10 from ebu/fix/manifest-file-name
Suggestion: add requirement to manifest file name
2 parents 8f0bdc5 + 4c889fb commit 98da562

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

v1/specification/docs/Specification.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ directly or indirectly referenced from the Manifest file and can be seen as depe
5252

5353
### Manifest Model
5454

55-
The manifest file is a JSON file containing metadata about the Graphic. It consists of the following fields:
55+
The manifest file is a JSON file containing metadata about the Graphic.
56+
The file name of the manifest file MUST end with `.ograf` (e.g. `my-graphic.ograf`).
57+
It consists of the following fields:
5658

5759
| Field | Type | Required | Default | Description |
5860
|---------------------|--------------------|:--------:|:-------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -70,6 +72,9 @@ The manifest file is a JSON file containing metadata about the Graphic. It consi
7072
| stepCount | integer | | 1 | The number of steps a Graphic consists of. |
7173
| renderRequirements | RenderRequirement[]| | | A list of requirements that this Graphic has for the rendering environment. At least one of the requirements must be met for the graphic to be expected to work. |
7274

75+
There MAY be multiple manifest files in a folder. In the case of multiple manifest files, will be interpreted as multiple, independent Graphics.
76+
(This can be useful for example when having a package of multiple OGraf graphics, which then might share resources such as images, fonts, etc.)
77+
7378
#### Real-time vs. non-real-time
7479

7580
Real-time rendering of a Graphic means that the Graphic is animated at real-time speed, typically in the context of live TV.

0 commit comments

Comments
 (0)