# File lib/fog/workflow/openstack/v2/requests/validate_action.rb, line 18
          def validate_action(_definition)
            response = Excon::Response.new
            response.status = 200
            response.body = "{\"valid\": true}"
            response
          end