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 11, 2023
1 parent c3fc0d7 commit 39ae3e3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 68 deletions.
61 changes: 18 additions & 43 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -40,7 +40,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -54,7 +54,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
requestBody:
content:
application/json:
Expand All @@ -74,7 +74,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -94,7 +94,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -109,7 +109,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
requestBody:
content:
application/json:
Expand All @@ -130,7 +130,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -145,7 +145,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -166,7 +166,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -181,7 +181,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -196,7 +196,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -211,7 +211,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand All @@ -232,7 +232,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand Down Expand Up @@ -363,12 +363,7 @@ components:
type: object
properties:
container_id:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
$ref: '#/components/schemas/TypesContainerID'
db_name:
type: string
nullable: true
Expand Down Expand Up @@ -409,12 +404,7 @@ components:
databases:
type: object
additionalProperties:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
$ref: '#/components/schemas/TypesContainerID'
display_name:
type: string
environment:
Expand All @@ -441,15 +431,12 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
uuid:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
$ref: '#/components/schemas/TypesContainerID'
version:
type: string
nullable: true
TypesContainerID:
type: object
TypesContainerUpdate:
type: object
properties:
Expand Down Expand Up @@ -684,18 +671,6 @@ components:
port:
type: string
example: "3000"
UuidNullUUID:
type: object
properties:
UUID:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
Valid:
type: boolean
tags:
- name: Container
- name: Containers
Expand Down
30 changes: 5 additions & 25 deletions openapi.sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paths:
in: path
required: true
schema:
$ref: '#/components/schemas/UuidNullUUID'
$ref: '#/components/schemas/TypesContainerID'
responses:
"200":
description: OK
Expand Down Expand Up @@ -61,12 +61,7 @@ components:
databases:
type: object
additionalProperties:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
$ref: '#/components/schemas/TypesContainerID'
display_name:
type: string
environment:
Expand All @@ -93,15 +88,12 @@ components:
update:
$ref: '#/components/schemas/TypesContainerUpdate'
uuid:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
$ref: '#/components/schemas/TypesContainerID'
version:
type: string
nullable: true
TypesContainerID:
type: object
TypesContainerUpdate:
type: object
properties:
Expand Down Expand Up @@ -344,18 +336,6 @@ components:
port:
type: string
example: "3000"
UuidNullUUID:
type: object
properties:
UUID:
type: array
items:
type: integer
format: int32
maxItems: 16
minItems: 16
Valid:
type: boolean
tags:
- name: Container
- name: DBMS

0 comments on commit 39ae3e3

Please sign in to comment.