diff --git a/codegenerator/openapi/nova_schemas.py b/codegenerator/openapi/nova_schemas.py index 50b45a8..b48093e 100644 --- a/codegenerator/openapi/nova_schemas.py +++ b/codegenerator/openapi/nova_schemas.py @@ -1950,9 +1950,9 @@ SERVER_INSTANCE_ACTION_SHORT_SCHEMA: dict[str, Any] = { "description": "The instance action object.", "properties": { "action": {"type": "string", "description": "The name of the action."}, - "events": { - "type": "array", - "items": SERVER_INSTANCE_ACTION_EVENT_SCHEMA, + "instance_uuid": { + "type": "string", + "description": "The UUID of the server.", }, "message": { "type": ["string", "null"],

AltStyle によって変換されたページ (->オリジナル) /