Skip to content
Snippets Groups Projects

Rehaul the OpenAPI for MariaDB migration

Merged Ghost User requested to merge github/fork/autumnfound/malowe/master/maria-migrate into master
1 file
+ 10
4
Compare changes
  • Side-by-side
  • Inline
+ 10
4
@@ -740,6 +740,8 @@ components:
@@ -740,6 +740,8 @@ components:
items:
items:
type: object
type: object
properties:
properties:
 
id:
 
$ref: "#/components/schemas/ObjectID"
full_name:
full_name:
type: string
type: string
description: Name of the author
description: Name of the author
@@ -854,8 +856,13 @@ components:
@@ -854,8 +856,13 @@ components:
categories:
categories:
type: array
type: array
items:
items:
$ref: "#/components/schemas/Category"
$ref: "#/components/schemas/Categories"
description: Array of categories that this market makes use of
description: Array of categories that are used for the current market
 
listing_ids:
 
type: array
 
items:
 
$ref: "#/components/schemas/ObjectID"
 
description: Array of listing IDs that should be used for the current market
Markets:
Markets:
type: array
type: array
@@ -1088,4 +1095,4 @@ components:
@@ -1088,4 +1095,4 @@ components:
total:
total:
type: number
type: number
description: The number of historic installs for the given resource
description: The number of historic installs for the given resource
\ No newline at end of file
Loading