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 4efc5d8 commit 39513fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
14 changes: 5 additions & 9 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ components:
databases:
type: object
additionalProperties:
$ref: '#/components/schemas/TypesContainerID'
$ref: '#/components/schemas/UuidUUID'
description:
type: string
example: An SQL database.
Expand Down Expand Up @@ -543,14 +543,8 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
user_id:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
TypesContainerID:
type: object
type: string
format: uuid
TypesContainerUpdate:
type: object
properties:
Expand Down Expand Up @@ -798,6 +792,8 @@ components:
port:
type: string
example: "3000"
UuidUUID:
type: object
tags:
- name: Container
- name: Containers
Expand Down
8 changes: 2 additions & 6 deletions openapi.reverse-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,8 @@ components:
type: object
properties:
UUID:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
type: string
format: uuid
Valid:
type: boolean
tags:
Expand Down
14 changes: 5 additions & 9 deletions openapi.sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ components:
databases:
type: object
additionalProperties:
$ref: '#/components/schemas/TypesContainerID'
$ref: '#/components/schemas/UuidUUID'
description:
type: string
example: An SQL database.
Expand Down Expand Up @@ -99,14 +99,8 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
user_id:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
TypesContainerID:
type: object
type: string
format: uuid
TypesContainerUpdate:
type: object
properties:
Expand All @@ -130,6 +124,8 @@ components:
type: string
username:
type: string
UuidUUID:
type: object
tags:
- name: Container
- name: DBMS

0 comments on commit 39513fc

Please sign in to comment.