This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 1a34518c5 [MINOR] fix(openAPI): fix wrong indent in `owners.yaml`
(#4556)
1a34518c5 is described below
commit 1a34518c5a3281c4adca3055b20313d86262d325
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 16 14:01:39 2024 +0800
[MINOR] fix(openAPI): fix wrong indent in `owners.yaml` (#4556)
### What changes were proposed in this pull request?
fix wrong indent in `owners.yaml`
### Why are the changes needed?
these wrong indent will make openAPI to mdx failed
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
by hand
Co-authored-by: mchades <[email protected]>
---
docs/open-api/owners.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/open-api/owners.yaml b/docs/open-api/owners.yaml
index 51ca06ccd..9514a0a12 100644
--- a/docs/open-api/owners.yaml
+++ b/docs/open-api/owners.yaml
@@ -72,9 +72,9 @@ paths:
application/vnd.gravitino.v1+json:
schema:
$ref: "#/components/responses/OwnerResponse"
- examples:
- OwnerResponse:
- $ref: "#/components/examples/OwnerResponse"
+ examples:
+ OwnerResponse:
+ $ref: "#/components/examples/OwnerResponse"
"404":
description: Not Found - The specified owner does not exist in the
specified metalake
content: