Skip to content

Commit 28bf392

Browse files
committed
chore: Remove orphaned schema components
1 parent c7851d0 commit 28bf392

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

openapi.yaml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -11165,30 +11165,6 @@ components:
1116511165
required:
1116611166
- name
1116711167
type: object
11168-
ImageListResponse:
11169-
properties:
11170-
data:
11171-
description: Data is the array of image items
11172-
items:
11173-
$ref: "#/components/schemas/ImageResponseItem"
11174-
type: array
11175-
object:
11176-
description: Object is the type identifier for this response (always "list")
11177-
type: string
11178-
type: object
11179-
ImageResponseItem:
11180-
properties:
11181-
object:
11182-
description: Object is the type identifier for this response (always "image")
11183-
type: string
11184-
tag:
11185-
description: Tag is the image tag/version identifier (e.g., "latest", "v1.0.0")
11186-
type: string
11187-
url:
11188-
description: URL is the full registry URL for this image including tag (e.g.,
11189-
"registry.together.ai/project-id/repository:tag")
11190-
type: string
11191-
type: object
1119211168
KubernetesEvent:
1119311169
properties:
1119411170
action:
@@ -11282,32 +11258,6 @@ components:
1128211258
scheduled on
1128311259
type: string
1128411260
type: object
11285-
RepositoryListResponse:
11286-
properties:
11287-
data:
11288-
description: Data is the array of repository items
11289-
items:
11290-
$ref: "#/components/schemas/RepositoryResponseItem"
11291-
type: array
11292-
object:
11293-
description: Object is the type identifier for this response (always "list")
11294-
type: string
11295-
type: object
11296-
RepositoryResponseItem:
11297-
properties:
11298-
id:
11299-
description: ID is the unique identifier for this repository (repository name
11300-
with slashes replaced by "___")
11301-
type: string
11302-
object:
11303-
description: Object is the type identifier for this response (always
11304-
"image-repository")
11305-
type: string
11306-
url:
11307-
description: URL is the full registry URL for this repository (e.g.,
11308-
"registry.together.ai/project-id/repository-name")
11309-
type: string
11310-
type: object
1131111261
SecretResponseItem:
1131211262
properties:
1131311263
created_at:

0 commit comments

Comments
 (0)