Commit ee1c07c6 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented updates to address SOL WG comments

parent 8965d6ef
Pipeline #12272 failed with stage
in 0 seconds
......@@ -16,7 +16,7 @@ info:
license:
name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.10.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs:
description: ETSI GS NFV-SOL 009 V4.3.1
......@@ -43,25 +43,25 @@ paths:
"200":
$ref: "#/components/responses/ManoEntity.Get.200"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
patch:
description: >
......@@ -80,25 +80,25 @@ paths:
"412":
$ref: "#/components/responses/ManoEntity.Patch.412"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/mano_entity/change_state:
post:
......@@ -117,25 +117,25 @@ paths:
"409":
$ref: "#/components/responses/ChangeState.Post.409"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/mano_entity/mano_interfaces:
get:
......@@ -158,23 +158,23 @@ paths:
"400":
$ref: "#/components/responses/ManoInterfaces.Get.400"
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/mano_entity/mano_interfaces/{manoServiceInterfaceId}:
parameters:
......@@ -192,23 +192,23 @@ paths:
"200":
$ref: "#/components/responses/IndividualManoInterface.Get.200"
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
patch:
description: >
This method is used to modify an "Individual NFV-MANO service interface" resource. See clause 5.5.11.3.4.
......@@ -226,25 +226,25 @@ paths:
"412":
$ref: "#/components/responses/IndividualManoInterface.Patch.412"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/mano_entity/mano_interfaces/{manoServiceInterfaceId}/change_state:
parameters:
......@@ -265,25 +265,25 @@ paths:
"409":
$ref: "#/components/responses/ManoInterfaceChangeState.Post.409"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/subscriptions:
post:
......@@ -303,23 +303,23 @@ paths:
"422":
$ref: "#/components/responses/Subscriptions.Post.422"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
get:
description: >
The GET method queries the list of active subscriptions of the API consumer that
......@@ -337,23 +337,23 @@ paths:
"400":
$ref: "#/components/responses/Subscriptions.Get.400"
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/subscriptions/{subscriptionId}:
parameters:
......@@ -370,25 +370,25 @@ paths:
"200":
$ref: "#/components/responses/Subscription.Get.200"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
delete:
description: >
The DELETE method terminates an individual subscription. See clause 5.5.5.3.5.
......@@ -400,25 +400,25 @@ paths:
"204":
$ref: "#/components/responses/Subscription.Delete.204"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/change_state_ops:
get:
......@@ -441,23 +441,23 @@ paths:
"400":
$ref: "#/components/responses/ChangeStateOpOcc.Get.400"
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/change_state_ops/{changeStateOpOccId}:
parameters:
......@@ -475,25 +475,25 @@ paths:
"200":
$ref: "#/components/responses/IndividualChangeStateOpOcc.Get.200"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/peer_entities:
post:
......@@ -511,25 +511,25 @@ paths:
"201":
$ref: "#/components/responses/PeerEntities.Post.201"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
get:
description: >
The GET method queries information and configuration in the producer NFV-MANO functional
......@@ -550,23 +550,23 @@ paths:
"400":
$ref: "#/components/responses/PeerEntities.Get.400"
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503
$ref: ../responses/SOL009_resp.yaml#/responses/503
"504":
$ref: ../components/SOL009_resp.yaml#/components/responses/504
$ref: ../responses/SOL009_resp.yaml#/responses/504
/peer_entities/{peerEntityId}:
parameters:
......@@ -583,25 +583,25 @@ paths:
"200":
$ref: "#/components/responses/IndividualPeerEntity.Get.200"
"400":
$ref: ../components/SOL009_resp.yaml#/components/responses/400
$ref: ../responses/SOL009_resp.yaml#/responses/400
"401":
$ref: ../components/SOL009_resp.yaml#/components/responses/401
$ref: ../responses/SOL009_resp.yaml#/responses/401
"403":
$ref: ../components/SOL009_resp.yaml#/components/responses/403
$ref: ../responses/SOL009_resp.yaml#/responses/403
"404":
$ref: ../components/SOL009_resp.yaml#/components/responses/404
$ref: ../responses/SOL009_resp.yaml#/responses/404
"405":
$ref: ../components/SOL009_resp.yaml#/components/responses/405
$ref: ../responses/SOL009_resp.yaml#/responses/405
"406":
$ref: ../components/SOL009_resp.yaml#/components/responses/406
$ref: ../responses/SOL009_resp.yaml#/responses/406
"422":
$ref: ../components/SOL009_resp.yaml#/components/responses/422
$ref: ../responses/SOL009_resp.yaml#/responses/422
"500":
$ref: ../components/SOL009_resp.yaml#/components/responses/500
$ref: ../responses/SOL009_resp.yaml#/responses/500
"503":
$ref: ../components/SOL009_resp.yaml#/components/responses/503