fix volume.group show response schema

Change-Id: Id4e8ecdf3482955ca4cc9c97117615237f27afc1
This commit is contained in:
Artem Goncharov
2024年04月24日 14:43:36 +02:00
parent 94cbe032bb
commit 02cf6b099e

View File

@@ -13,7 +13,6 @@
import copy
from typing import Any
from codegenerator.openapi.cinder_schemas import common
from codegenerator.common.schema import ParameterSchema
from codegenerator.common.schema import TypeSchema
@@ -249,7 +248,7 @@ def _get_schema_ref(
ref = f"#/components/schemas/{name}"
elif name in [
"GroupsCreateResponse",
"GroupsShowResponse",
"GroupShowResponse",
]:
openapi_spec.components.schemas.setdefault(
name, TypeSchema(**GROUP_CONTAINER_SCHEMA)
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.