From 19f5e567f7d25068bbd15b2df812c120d7ab9818 Mon Sep 17 00:00:00 2001 From: Sam Gunaratne Date: Fri, 5 Sep 2025 14:45:33 -0600 Subject: [PATCH] Reuse exisiting errors schema --- .../latest/components/responses/Conflict.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/apis/cf/latest/components/responses/Conflict.yaml b/apis/cf/latest/components/responses/Conflict.yaml index cfeed40..3cb1ae8 100644 --- a/apis/cf/latest/components/responses/Conflict.yaml +++ b/apis/cf/latest/components/responses/Conflict.yaml @@ -2,19 +2,4 @@ description: Conflict content: application/json: schema: - type: object - properties: - errors: - type: array - items: - type: object - properties: - code: - type: integer - example: 10008 - title: - type: string - example: "CF-ResourceConflict" - detail: - type: string - example: "The resource could not be updated due to a conflict" + $ref: '../schemas/Errors.yaml'