Skip to content

Commit

Permalink
Fix missed openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Nov 27, 2024
1 parent f98fba9 commit a874b09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
10 changes: 0 additions & 10 deletions services/dcs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ components:
type:
const: s3
default: s3
enum:
- s3
title: Type
type: string
required:
Expand All @@ -35,8 +33,6 @@ components:
type:
const: sha-256
default: sha-256
enum:
- sha-256
title: Type
type: string
required:
Expand Down Expand Up @@ -113,8 +109,6 @@ components:
type: string
exception_id:
const: internalServerError
enum:
- internalServerError
title: Exception Id
type: string
required:
Expand All @@ -140,8 +134,6 @@ components:
type: string
exception_id:
const: noSuchObject
enum:
- noSuchObject
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -171,8 +163,6 @@ components:
type: string
exception_id:
const: wrongFileAuthorizationError
enum:
- wrongFileAuthorizationError
title: Exception Id
type: string
required:
Expand Down
16 changes: 0 additions & 16 deletions services/ucs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ components:
type: string
exception_id:
const: existingActiveUpload
enum:
- existingActiveUpload
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -84,8 +82,6 @@ components:
type: string
exception_id:
const: fileNotRegistered
enum:
- fileNotRegistered
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -115,8 +111,6 @@ components:
type: string
exception_id:
const: fileNotRegistered
enum:
- fileNotRegistered
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -146,8 +140,6 @@ components:
type: string
exception_id:
const: noFileAccess
enum:
- noFileAccess
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -177,8 +169,6 @@ components:
type: string
exception_id:
const: noSuchStorage
enum:
- noSuchStorage
title: Exception Id
type: string
required:
Expand All @@ -204,8 +194,6 @@ components:
type: string
exception_id:
const: noSuchUpload
enum:
- noSuchUpload
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -235,8 +223,6 @@ components:
type: string
exception_id:
const: uploadNotPending
enum:
- uploadNotPending
title: Exception Id
type: string
required:
Expand Down Expand Up @@ -269,8 +255,6 @@ components:
type: string
exception_id:
const: uploadStatusChange
enum:
- uploadStatusChange
title: Exception Id
type: string
required:
Expand Down

0 comments on commit a874b09

Please sign in to comment.