This commit is contained in:
Thulio Prado
2020-09-29 19:00:51 -03:00
parent 1a817c1a93
commit 1cf8bde981
4 changed files with 6 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ properties:
meta:
description: Metadata of the collection.
type: object
example: null
nullable: true
properties:
collection:

View File

@@ -52,11 +52,10 @@ properties:
status_blacklist:
description: Explicitly denies specific statuses to be used.
example: []
oneOf:
- type: array
nullable: true
items:
type: string
type: array
nullable: true
items:
type: string
update:
description: If the user can update items.
example: none

View File

@@ -32,8 +32,7 @@ properties:
description: Changes between the previous and the current revision.
example:
title: Hello, World!
oneOf:
- type: object
type: object
parent:
description:
If the current item was updated relationally, this is the collection

View File

@@ -46,7 +46,6 @@ properties:
example: null
oneOf:
- type: integer
nullable: true
- type: string
- $ref: "../openapi.yaml#/components/schemas/File"
nullable: true