Skip to content

Commit

Permalink
schemas: addition of EOS library path
Browse files Browse the repository at this point in the history
Signed-off-by: Harris Tzovanakis <me@drjova.com>
  • Loading branch information
drjova committed Nov 2, 2017
1 parent 2c769dd commit ad0a568
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
"type": "string",
"description": "Type of the project."
},
"_eos_library_path": {
"type": "string",
"description": "EOS path of the video production library."
},
"description": {
"type": "string",
"description": "An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."
Expand Down
4 changes: 4 additions & 0 deletions cds_dojson/schemas/records/videos/project/project-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
"type": "string",
"description": "Type of the project."
},
"_eos_library_path": {
"type": "string",
"description": "EOS path of the video production library."
},
"description": {
"type": "string",
"description": "An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"type": {
"description": "Type of the project.",
"type": "string"
},
"_eos_library_path": {
"description": "EOS path of the video production library.",
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit ad0a568

Please sign in to comment.