Skip to content

Commit

Permalink
Merge pull request #18 from uc-cdis/feat/objid
Browse files Browse the repository at this point in the history
feat(objid): add object_id
  • Loading branch information
zflamig authored Jun 14, 2018
2 parents 9a84c55 + fd2fd65 commit 9381177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gdcdictionary/schemas/_definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ md5sum:
term:
$ref: "_terms.yaml#/md5sum"

object_id:
type: string
description: "The GUID of the object in the index service."

release_state:
description: "Release state of an entity."
default: unreleased
Expand Down Expand Up @@ -176,6 +180,8 @@ data_file_properties:
$ref: "#/md5sum"
file_state:
$ref: "#/file_state"
object_id:
$ref: "#/object_id"
state:
$ref: "#/state"
error_type:
Expand Down

0 comments on commit 9381177

Please sign in to comment.