From 382c1dd05e251004a007cb2907ff1c8e056b353e Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Wed, 25 Feb 2026 21:37:57 +0200 Subject: [PATCH] test: change property type and add required property --- simple.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/simple.yaml b/simple.yaml index b635d93..45f65e1 100644 --- a/simple.yaml +++ b/simple.yaml @@ -20,7 +20,7 @@ components: type: object properties: created: - type: string + type: integer format: date-time readOnly: true pattern: "^[a-z]+$" @@ -29,8 +29,11 @@ components: readOnly: true name: type: string + status: + type: string required: - name + - status paths: /api/v1.0/groups: post: @@ -57,4 +60,4 @@ paths: schema: $ref: '#/components/schemas/GroupView' description: Conflict - summary: Create a Project + summary: Create a Project \ No newline at end of file