Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/osw' into osw_output
Browse files Browse the repository at this point in the history
# Conflicts:
#	spec/schema/osw.json
  • Loading branch information
macumber committed Jun 9, 2016
2 parents c2f6ed3 + 4a8883e commit fa8c2e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
24 changes: 8 additions & 16 deletions spec/schema/osw.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,25 @@
"steps": {
"$ref": "#/definitions/Workflow Steps"
},
"file_format_version": {
"description": "Currently 0.1, however will infered to be the default of the software package unless otherwise specified",
"type": "string"
},
"osa_id": {
"description": "UUID of the .osa file fron which this file was generated, or null if not generated from a .osa file",
"type": [
"string",
"null"
]
"type": "string"
},
"osa_checksum": {
"description": "Checksum of the .osa file from which this file was generated, or null if not generated from a .osa file",
"type": [
"number",
"null"
]
"type": "string"
},
"osd_id": {
"description": "UUID of the .osd file from which this file was generated, or null if not generated from a .osd file",
"type": [
"string",
"null"
]
"type": "string"
},
"osd_checksum": {
"description": "Checksum of the .osd file from which this file was generated, or null if not generated from a .osd file",
"type": [
"number",
"null"
]
"type": "string"
},
"created_at": {
"$ref": "#/definitions/Timestamp"
Expand Down
24 changes: 8 additions & 16 deletions spec/schema/osw_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,25 @@
"steps": {
"$ref": "#/definitions/Workflow Steps"
},
"file_format_version": {
"description": "Currently 0.1, however will infered to be the default of the software package unless otherwise specified",
"type": "string"
},
"osa_id": {
"description": "UUID of the .osa file fron which this file was generated, or null if not generated from a .osa file",
"type": [
"string",
"null"
]
"type": "string"
},
"osa_checksum": {
"description": "Checksum of the .osa file from which this file was generated, or null if not generated from a .osa file",
"type": [
"number",
"null"
]
"type": "string"
},
"osd_id": {
"description": "UUID of the .osd file from which this file was generated, or null if not generated from a .osd file",
"type": [
"string",
"null"
]
"type": "string"
},
"osd_checksum": {
"description": "Checksum of the .osd file from which this file was generated, or null if not generated from a .osd file",
"type": [
"number",
"null"
]
"type": "string"
},
"created_at": {
"$ref": "#/definitions/Timestamp"
Expand Down

0 comments on commit fa8c2e0

Please sign in to comment.