Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMARA_common.yaml bugs and typos fix #174

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions artifacts/CAMARA_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,28 +123,28 @@ components:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 400
code: INVALID_INPUT
message: Schema validation failed at ...
code: INVALID_ARGUMENT
message: Client specified an invalid argument, request body or query param
Conflict:
description: conflict
description: Conflict
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 409
code: CONFLICT
message: Schema validation failed at ...
message: Request could not be processed due to a conflict
FailedPrecondition:
description: Failed precondition
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 400
status: 412
code: FAILED_PRECONDITION
message: Schema validation failed at ...
message: Request cannot be executed in the current system state.
OutOfRange:
description: Out of Range
content:
Expand All @@ -154,7 +154,7 @@ components:
example:
status: 400
code: OUT_OF_RANGE
message: Schema validation failed at ...
message: Client specified an invalid range
Unauthenticated:
description: Not Authenticated
content:
Expand Down Expand Up @@ -194,7 +194,7 @@ components:
example:
status: 409
code: ABORTED
message: Concurrency conflict.
message: Request aborted.
AlreadyExists:
description: Already Exists
content:
Expand All @@ -206,7 +206,7 @@ components:
code: ALREADY_EXISTS
message: The resource that a client tried to create already exists.
TooManyRequests:
description: Already Exists
description: Too Many Requests
content:
application/json:
schema:
Expand Down