@bbc/object-based-media-schema
Version:
JSON schemas which describe a common language for object-based media
21 lines (20 loc) • 588 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Dictionary of extra metadata for the StoryGraph tool",
"properties": {
"xPos": {
"type": "number",
"description": "(NE Only) X Position of NE on graph"
},
"yPos": {
"type": "number",
"description": "(NE Only) Y Position of NE on graph"
},
"colour": {
"type": "string",
"description": "(NE Only) Colour of NE on graph"
}
},
"additionalProperties": true
}