Skip to content

Commit

Permalink
schemas: addition of extracted_metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Harris Tzovanakis <me@drjova.com>
  • Loading branch information
drjova committed Dec 9, 2016
1 parent c9fdacd commit ba74a4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cds_dojson/schemas/deposits/records/project-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@
"name": "created_by",
"description": "ID of user that created the deposit.",
"type": "integer"
},
"extracted_metadata": {
"type": "object"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions cds_dojson/schemas/deposits/records/video-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
"title": "Creator",
"type": "integer",
"description": "ID of user that created the deposit."
},
"extracted_metadata": {
"type": "object"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions cds_dojson/schemas/records/project-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@
"type": "integer"
}
]
},
"extracted_metadata": {
"type": "object"
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions cds_dojson/schemas/records/video-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@
"type": "integer"
}
]
},
"extracted_metadata": {
"type": "object"
}
}
},
Expand Down

0 comments on commit ba74a4d

Please sign in to comment.