From 31e94b15d0f7d93c2855ae6c5a0f73736430c232 Mon Sep 17 00:00:00 2001 From: oasdiff-test Date: Mon, 22 Jun 2026 01:08:19 +0300 Subject: [PATCH] test: breaking change for pro-encrypted-review e2e --- simple.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/simple.yaml b/simple.yaml index b635d93..8772ca2 100644 --- a/simple.yaml +++ b/simple.yaml @@ -5,13 +5,6 @@ info: servers: - url: https://localhost:8080 components: - parameters: - groupId: - in: query - name: groupId - required: false - schema: - type: string schemas: GroupView: type: object @@ -19,14 +12,6 @@ components: data: type: object properties: - created: - type: string - format: date-time - readOnly: true - pattern: "^[a-z]+$" - id: - type: string - readOnly: true name: type: string required: @@ -45,12 +30,6 @@ paths: description: Creates one project. required: true responses: - "200": - content: - application/json: - schema: - $ref: '#/components/schemas/GroupView' - description: SUCCESS "400": content: application/json: