Updated null types in initial OpenAPI spec

This commit is contained in:
Nicholas Wallace 2024-02-19 19:18:43 +00:00
parent 223e15643d
commit bb297a302e
3 changed files with 165 additions and 165 deletions

View file

@ -50,7 +50,7 @@ const oldCollection = require('../objects/Collection')
* type: string
* description:
* description: The name of the collection.
* type: [string, null]
* type: [string, 'null']
* books:
* description: The books that belong to the collection.
* type: array