diff --git a/codegenerator/openapi/cinder_schemas/volume_manage.py b/codegenerator/openapi/cinder_schemas/volume_manage.py index 124abde..3fde5f2 100644 --- a/codegenerator/openapi/cinder_schemas/volume_manage.py +++ b/codegenerator/openapi/cinder_schemas/volume_manage.py @@ -62,7 +62,7 @@ MANAGEABLE_VOLUME_DETAIL_SCHEMA: dict[str, Any] = { "type": ["string", "null"], "description": "More information about the resource.", }, - **MANAGEABLE_VOLUME_SCHEMA, + **MANAGEABLE_VOLUME_SCHEMA["properties"], }, }