Skip to content

Commit

Permalink
Update openapi.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertex-nexa[bot] committed Dec 17, 2023
1 parent 39513fc commit df77621
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,12 @@ components:
databases:
type: object
additionalProperties:
$ref: '#/components/schemas/UuidUUID'
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
description:
type: string
example: An SQL database.
Expand Down Expand Up @@ -792,8 +797,6 @@ components:
port:
type: string
example: "3000"
UuidUUID:
type: object
tags:
- name: Container
- name: Containers
Expand Down
9 changes: 6 additions & 3 deletions openapi.sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ components:
databases:
type: object
additionalProperties:
$ref: '#/components/schemas/UuidUUID'
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
description:
type: string
example: An SQL database.
Expand Down Expand Up @@ -124,8 +129,6 @@ components:
type: string
username:
type: string
UuidUUID:
type: object
tags:
- name: Container
- name: DBMS

0 comments on commit df77621

Please sign in to comment.