Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
type: object
properties:
created:
type: string
type: integer

Check failure on line 23 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-property-type-changed

in API POST /api/v1.0/groups the 'data/created' response's property type/format changed from 'string'/'date-time' to 'integer'/'date-time' for status '400'

Check failure on line 23 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-property-type-changed

in API POST /api/v1.0/groups the 'data/created' response's property type/format changed from 'string'/'date-time' to 'integer'/'date-time' for status '200'
format: date-time
readOnly: true
pattern: "^[a-z]+$"
Expand All @@ -29,8 +29,11 @@
readOnly: true
name:
type: string
status:

Check notice on line 32 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-required-property-added

in API POST /api/v1.0/groups added the required property 'data/status' to the response with the '400' status

Check notice on line 32 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-required-property-added

in API POST /api/v1.0/groups added the required property 'data/status' to the response with the '200' status

Check failure on line 32 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

new-required-request-property

in API POST /api/v1.0/groups added the new required request property 'data/status'
type: string
required:
- name
- status
paths:
/api/v1.0/groups:
post:
Expand All @@ -57,4 +60,4 @@
schema:
$ref: '#/components/schemas/GroupView'
description: Conflict
summary: Create a Project
summary: Create a Project