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'