Skip to content
Open
40 changes: 20 additions & 20 deletions code/API_definitions/capabilities-and-restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,25 +265,25 @@ paths:
components:
securitySchemes:
openId:
$ref: ../common/CAMARA_common.yaml#/components/securitySchemes/openId
$ref: ../common/old-CAMARA_common.yaml#/components/securitySchemes/openId
notificationsBearerAuth:
$ref: ../common/CAMARA_common.yaml#/components/securitySchemes/notificationsBearerAuth
$ref: ../common/old-CAMARA_common.yaml#/components/securitySchemes/notificationsBearerAuth
parameters:
x-correlator:
$ref: ../common/CAMARA_common.yaml#/components/parameters/x-correlator
$ref: ../common/old-CAMARA_common.yaml#/components/parameters/x-correlator
If-None-Match:
$ref: ../common/CAMARA_common.yaml#/components/parameters/If-None-Match
$ref: ../common/old-CAMARA_common.yaml#/components/parameters/If-None-Match
If-Modified-Since:
$ref: ../common/CAMARA_common.yaml#/components/parameters/If-Modified-Since
$ref: ../common/old-CAMARA_common.yaml#/components/parameters/If-Modified-Since
headers:
x-correlator:
$ref: ../common/CAMARA_common.yaml#/components/headers/x-correlator
$ref: ../common/old-CAMARA_common.yaml#/components/headers/x-correlator
Cache-Control:
$ref: ../common/CAMARA_common.yaml#/components/headers/Cache-Control
$ref: ../common/old-CAMARA_common.yaml#/components/headers/Cache-Control
ETag:
$ref: ../common/CAMARA_common.yaml#/components/headers/ETag
$ref: ../common/old-CAMARA_common.yaml#/components/headers/ETag
Last-Modified:
$ref: ../common/CAMARA_common.yaml#/components/headers/Last-Modified
$ref: ../common/old-CAMARA_common.yaml#/components/headers/Last-Modified
schemas:
# General items used throughout the specification
Contexts:
Expand Down Expand Up @@ -963,9 +963,9 @@ components:
$ref: '#/components/schemas/Extends'
required: [overlayExtends]
ResourceScopes:
$ref: ../common/CAMARA_common.yaml#/components/schemas/ResourceScopes
$ref: ../common/old-CAMARA_common.yaml#/components/schemas/ResourceScopes
ErrorInfo:
$ref: ../common/CAMARA_common.yaml#/components/schemas/ErrorInfo
$ref: ../common/old-CAMARA_common.yaml#/components/schemas/ErrorInfo

# Event structures
CamaraExtendedSubscriptionRequest:
Expand Down Expand Up @@ -1035,7 +1035,7 @@ components:
x-correlator:
$ref: '#/components/headers/x-correlator'
Generic400:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic400
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic400
CapabilityApiBadRequest400:
description: Bad Request when query capability
headers:
Expand Down Expand Up @@ -1084,11 +1084,11 @@ components:
code: INVALID_TOKEN
message: Only bearer token is supported
Generic401:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic401
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic401
Generic403:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic403
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic403
Generic404:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic404
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic404
CapabilityApiNotFound404:
description: Capability API not found
content:
Expand All @@ -1108,15 +1108,15 @@ components:
code: NOT_FOUND
message: No Capability API found
Generic409:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic409
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic409
Generic410:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic410
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic410
Generic429:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic429
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic429
Generic500:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic500
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic500
Generic503:
$ref: ../common/CAMARA_common.yaml#/components/responses/Generic503
$ref: ../common/old-CAMARA_common.yaml#/components/responses/Generic503
examples:
CAMARA_CAPABILITY_QUERY_REQUEST_EXAMPLE:
summary: Example of capability query
Expand Down
Loading
Loading