Skip to content

Commit

Permalink
Update swagger spec with changes to background_job_results and virtua…
Browse files Browse the repository at this point in the history
…l_objects endpoints

Connects to #447
  • Loading branch information
mjgiarlo committed Oct 1, 2019
1 parent c6692ed commit 2f29619
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions openapi.json
Expand Up @@ -44,6 +44,10 @@
"name": "integrations",
"description": "Integrations with other Systems"
},
{
"name": "jobs",
"description": "Operations involving background jobs"
},
{
"name": "versions",
"description": "Operations about object versions"
Expand Down Expand Up @@ -914,7 +918,7 @@
"format": "date-time",
"example": "2029-06-22T07:00:00.000+00:00"
}
},
}
},
"Administrative": {
"type": "object",
Expand All @@ -925,7 +929,7 @@
"$ref": "#/components/schemas/ReleaseTag"
}
}
},
}
},
"DRO": {
"type": "object",
Expand Down Expand Up @@ -955,7 +959,7 @@
},
"structural": {
"$ref": "#/components/schemas/Structural"
},
}
},
"required": ["externalIdentifier", "label", "type", "version", "access", "administrative", "identification", "structural"]
},
Expand Down Expand Up @@ -1011,7 +1015,7 @@
},
"Identification": {
"type": "object",
"properties": { },
"properties": { }
},
"ReleaseTag": {
"type": "object",
Expand All @@ -1037,19 +1041,19 @@
"type": "boolean"
}

},
}
},
"Structural": {
"type": "object",
"properties": { },
"properties": { }
},
"VirtualObjectRequest": {
"type": "object",
"properties": {
"parent_druid": {
"parent_id": {
"$ref": "#/components/schemas/Druid"
},
"child_druids": {
"child_ids": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Druid"
Expand Down

0 comments on commit 2f29619

Please sign in to comment.