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