Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
feat(api): rename metadata to baseapiobject
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Sep 28, 2023
1 parent c471e64 commit 709aeaa
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 132 deletions.
12 changes: 6 additions & 6 deletions api/models/models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,12 @@ components:
readOnly: true
description: An object that is returned in cases of success that returns nothing.

BaseAPIObject:
type: object
properties:
annotations:
$ref: '#/components/schemas/Annotations'

Annotations:
type: object
description: Generic map of string keys and string values to attach arbitrary non-identifying metadata to objects.
Expand All @@ -1286,12 +1292,6 @@ components:
value:
type: string

Metadata:
type: object
properties:
annotations:
$ref: '#/components/schemas/Annotations'

CloudProvider:
type: string
enum:
Expand Down
Loading

0 comments on commit 709aeaa

Please sign in to comment.